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 338e0cf commit 3d0b781Copy full SHA for 3d0b781
1 file changed
.github/workflows/ci.yml
@@ -64,6 +64,8 @@ jobs:
64
- name: Run tests in test app
65
run: |
66
cd test-app
67
+ unset BUNDLE_GEMFILE
68
+ bundle install
69
bundle exec rake test
70
71
- name: Keep screenshots from failed system tests
0 commit comments