From 2e1030a73cddd8c33d76e9c3086bcef17aff12f7 Mon Sep 17 00:00:00 2001 From: Beth Skurrie Date: Thu, 9 Nov 2023 15:21:54 +1100 Subject: [PATCH] chore: remove custom env var --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index add5d6bf..4dd92fa7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,8 +40,6 @@ jobs: - run: "bundle exec appraisal rack-2 rake" test-with-active-support: runs-on: ${{ matrix.os }} - env: - BUNDLE_GEMFILE: active-support.gemfile strategy: fail-fast: false matrix: