mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 16:26:47 +08:00
Test: Drop env.CI
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -13,17 +13,11 @@ jobs:
|
|||||||
|
|
||||||
- name: 📦 Install dependencies
|
- name: 📦 Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
env:
|
|
||||||
CI: true
|
|
||||||
|
|
||||||
- name: 🧪 Run tests
|
- name: 🧪 Run tests
|
||||||
run: |
|
run: |
|
||||||
npm run doctest || true # TODO: Add all doctests
|
npm run doctest || true # TODO: Add all doctests
|
||||||
npm test
|
npm test
|
||||||
env:
|
|
||||||
CI: true
|
|
||||||
|
|
||||||
- name: 💄 Code style
|
- name: 💄 Code style
|
||||||
run: npm run style
|
run: npm run style
|
||||||
env:
|
|
||||||
CI: true
|
|
||||||
|
Reference in New Issue
Block a user