We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d807fed commit cb00926Copy full SHA for cb00926
.github/workflows/specs_rails61.yml
@@ -27,10 +27,10 @@ jobs:
27
uses: ruby/setup-ruby@v1
28
with:
29
ruby-version: ${{ matrix.ruby }}
30
- bundler-cache: true
+ # bundler-cache: true
31
32
- name: Run tests
33
- run: bundle exec rspec --profile
+ run: bin/rspec --profile
34
35
- name: On failure, archive screenshots as artifacts
36
uses: actions/upload-artifact@v4
.github/workflows/specs_rails70.yml
0 commit comments