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

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

parent adfd3fbd
2 merge requests!31948Examples/Floating-labels: fix bad behavior with autofill,!30064test
Showing with 2 additions and 0 deletions
+2 -0
......@@ -28,6 +28,8 @@ jobs:
- name: Install npm dependencies
run: npm ci
env:
CI: true
- name: Run tests
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