mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-20 12:21:35 +02:00
workflows/test.yml: specify CI=true
(#29440)
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -39,6 +39,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Install npm dependencies
|
- name: Install npm dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
|
env:
|
||||||
|
CI: true
|
||||||
|
|
||||||
- name: Install bundler dependencies
|
- name: Install bundler dependencies
|
||||||
run: bundle install --deployment --jobs=3 --retry=3 --clean
|
run: bundle install --deployment --jobs=3 --retry=3 --clean
|
||||||
|
Reference in New Issue
Block a user