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 e18f77e commit 7c196bfCopy full SHA for 7c196bf
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