Skip to content

Commit b1a4b0e

Browse files
authored
workflows/test.yml: specify CI=true (#29440)
1 parent adfd3fb commit b1a4b0e

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
@@ -28,6 +28,8 @@ jobs:
2828

2929
- name: Install npm dependencies
3030
run: npm ci
31+
env:
32+
CI: true
3133

3234
- name: Run tests
3335
run: npm test

0 commit comments

Comments
 (0)