Skip to content

Commit 5e304b6

Browse files
committed
workflows/test.yml: specify CI=true (#29440)
1 parent 4c74d58 commit 5e304b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939

4040
- name: Install npm dependencies
4141
run: npm install
42+
env:
43+
CI: true
4244

4345
- name: Install bundler dependencies
4446
run: bundle install --deployment --jobs=3 --retry=3 --clean

0 commit comments

Comments
 (0)