Skip to content

Commit b580a3f

Browse files
committed
ci: let dummy specs use dummy bundle
1 parent 7689f47 commit b580a3f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,11 +289,7 @@ jobs:
289289
- name: Set packer version environment variable
290290
run: |
291291
echo "CI_DEPENDENCY_LEVEL=ruby${{ matrix.ruby-version }}-${{ matrix.dependency-level }}" >> "$GITHUB_ENV"
292-
# Pin the package Gemfile explicitly for parity with pro-lint.yml/benchmark.yml
293-
# and to stay robust if the package and dummy Gemfiles ever diverge.
294292
- name: Main CI
295-
env:
296-
BUNDLE_GEMFILE: ${{ github.workspace }}/react_on_rails/Gemfile
297293
run: cd react_on_rails && bundle exec rake run_rspec:all_dummy
298294
- name: Store test results
299295
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)