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

CI: move `CI` env variable to the root of the workflow. (#29499)

This way we match the Travis CI behavior, and it's inherited by all steps.
parent 622c914a
2 merge requests!31948Examples/Floating-labels: fix bad behavior with autofill,!30064test
Showing with 2 additions and 2 deletions
+2 -2
name: Tests
on: [push, pull_request]
env:
CI: true
jobs:
run:
......@@ -28,8 +30,6 @@ 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