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 32b862b commit a78ea0eCopy full SHA for a78ea0e
1 file changed
.github/workflows/test.yml
@@ -47,8 +47,6 @@ jobs:
47
uses: ruby/setup-ruby@v1
48
with:
49
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
50
- - name: Audit gems
51
- run: bundle exec bundle-audit check --update
52
- name: Configure and initialize database
53
run: |
54
cp test/config/test_tess.yml config/tess.yml
@@ -66,3 +64,5 @@ jobs:
66
64
run: bundle exec rails test
67
65
- name: Run system tests
68
run: bundle exec rails test:system
+ - name: Audit gems
+ run: bundle exec bundle-audit check --update
0 commit comments