Skip to content

Commit a78ea0e

Browse files
committed
Run audit at the end so tests don't fail early
1 parent 32b862b commit a78ea0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ jobs:
4747
uses: ruby/setup-ruby@v1
4848
with:
4949
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
50-
- name: Audit gems
51-
run: bundle exec bundle-audit check --update
5250
- name: Configure and initialize database
5351
run: |
5452
cp test/config/test_tess.yml config/tess.yml
@@ -66,3 +64,5 @@ jobs:
6664
run: bundle exec rails test
6765
- name: Run system tests
6866
run: bundle exec rails test:system
67+
- name: Audit gems
68+
run: bundle exec bundle-audit check --update

0 commit comments

Comments
 (0)