Unverified Commit b1a4b0ec authored by XhmikosR's avatar XhmikosR Committed by GitHub
Browse files

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

parent adfd3fbd
Showing with 2 additions and 0 deletions
+2 -0
...@@ -28,6 +28,8 @@ jobs: ...@@ -28,6 +28,8 @@ jobs:
- name: Install npm dependencies - name: Install npm dependencies
run: npm ci run: npm ci
env:
CI: true
- name: Run tests - name: Run tests
run: npm test run: npm test
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment