mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 03:19:10 +00:00
Add bundle-audit
to our test script
This commit is contained in:
parent
ecf8db15d9
commit
e7827ee715
@ -10,6 +10,7 @@ unless ENV['NO_UPDATE']
|
||||
checkout = ENV['COMMIT_HASH'] || "HEAD"
|
||||
run_or_fail("git checkout #{checkout}")
|
||||
run_or_fail("bundle")
|
||||
run_or_fail("bundle-audit check --update")
|
||||
end
|
||||
|
||||
run_or_fail("bundle exec rake docker:test")
|
||||
|
Loading…
x
Reference in New Issue
Block a user