workflows/test.yml: specify CI=true (#29440)
This commit is contained in:
parent
4c74d58f26
commit
5e304b60a1
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue