mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
workflows/test.yml: specify CI=true (#29440)
This commit is contained in:
@@ -39,6 +39,8 @@ jobs:
|
||||
|
||||
- name: Install npm dependencies
|
||||
run: npm install
|
||||
env:
|
||||
CI: true
|
||||
|
||||
- name: Install bundler dependencies
|
||||
run: bundle install --deployment --jobs=3 --retry=3 --clean
|
||||
|
||||
Reference in New Issue
Block a user