Skip to content

Commit

Permalink
start doing tests with diff ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlball committed May 8, 2024
1 parent b738830 commit 483a752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/openstudio-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
shell: bash
run: "sudo apt install -y ruby && ruby -v" # ruby anye tests here when ready
ubuntu-2004: # ruby 2.7 workflow
if: github.event.pull_request.base.ref != '1.1.X-LTS' # check target branch of pr
if: github.ref == 'refs/heads/develop'
runs-on: ubuntu-20.04
steps:
-
Expand All @@ -39,7 +39,7 @@ jobs:
nrel/openstudio:3.7.0 \
/bin/bash -c "bundle install && bundle exec rake"
ubuntu-2204: # ruby 3.2 workflow in 22.04
if: github.event.pull_request.base.ref != '1.1.X-LTS' # check target branch of pr
if: github.ref == 'refs/heads/ruby_322'
runs-on: ubuntu-22.04
steps:
- name: Check out repository
Expand Down

0 comments on commit 483a752

Please sign in to comment.