Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f6d25f9

Browse files
committedOct 5, 2021
Test: Drop env.CI
1 parent 0065c27 commit f6d25f9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

‎.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,11 @@ jobs:
1313

1414
- name: 📦 Install dependencies
1515
run: npm ci
16-
env:
17-
CI: true
1816

1917
- name: 🧪 Run tests
2018
run: |
2119
npm run doctest || true # TODO: Add all doctests
2220
npm test
23-
env:
24-
CI: true
2521
2622
- name: 💄 Code style
2723
run: npm run style
28-
env:
29-
CI: true

0 commit comments

Comments
 (0)
Please sign in to comment.