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.
bundle audit
1 parent 474ac4b commit 14c3e57Copy full SHA for 14c3e57
1 file changed
.github/workflows/test.yml
@@ -48,7 +48,7 @@ jobs:
48
with:
49
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
50
- name: Audit gems
51
- run: bundle audit check --update
+ 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
0 commit comments