From b388b854bd86fee72cf82bb624ccd3cbb2458ad1 Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Mon, 18 Dec 2023 17:08:25 -0700 Subject: [PATCH] test with local gems again, now that released are confirmed to work --- .github/workflows/nightly_ci_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly_ci_build.yml b/.github/workflows/nightly_ci_build.yml index 7ecfad16..82e7ed48 100644 --- a/.github/workflows/nightly_ci_build.yml +++ b/.github/workflows/nightly_ci_build.yml @@ -13,7 +13,7 @@ env: # Favor_Local_Gems enforces develop branch of all Ruby dependencies # This is our canary in the coal mine! If any simulation tests fail, comment this and retry. # If CI is then successful, we have a breaking change in a dependency somewhere. - # FAVOR_LOCAL_GEMS: true + FAVOR_LOCAL_GEMS: true GEM_DEVELOPER_KEY: ${{ secrets.GEM_DEVELOPER_KEY }} UO_NUM_PARALLEL: 2 # GHA machines only have 2 cores. Trying to run more than that is even slower.