From 483a7525b91848127b8fc30f242452f572443686 Mon Sep 17 00:00:00 2001 From: brianlball Date: Wed, 8 May 2024 16:21:14 -0400 Subject: [PATCH] start doing tests with diff ruby versions --- .github/workflows/openstudio-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/openstudio-analysis.yml b/.github/workflows/openstudio-analysis.yml index c1eb180..bebeaac 100644 --- a/.github/workflows/openstudio-analysis.yml +++ b/.github/workflows/openstudio-analysis.yml @@ -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: - @@ -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