0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

workflows/test.yml: specify CI=true (#29440)

This commit is contained in:
XhmikosR 2019-10-02 21:56:39 +03:00
parent 4c74d58f26
commit 5e304b60a1

View File

@ -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