Skip to content

Commit 7c196bf

Browse files
committed
Try and fix bundle audit in CI
1 parent e18f77e commit 7c196bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
5050
- name: Audit gems
51-
run: bundle audit check --update
51+
run: bundle exec bundle audit check --update
5252
- name: Configure and initialize database
5353
run: |
5454
cp test/config/test_tess.yml config/tess.yml

0 commit comments

Comments
 (0)