We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7689f47 commit b580a3fCopy full SHA for b580a3f
1 file changed
.github/workflows/integration-tests.yml
@@ -289,11 +289,7 @@ jobs:
289
- name: Set packer version environment variable
290
run: |
291
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.
294
- name: Main CI
295
- env:
296
- BUNDLE_GEMFILE: ${{ github.workspace }}/react_on_rails/Gemfile
297
run: cd react_on_rails && bundle exec rake run_rspec:all_dummy
298
- name: Store test results
299
uses: actions/upload-artifact@v4
0 commit comments