mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 08:16:50 +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
|
||||
run: npm ci
|
||||
env:
|
||||
CI: true
|
||||
|
||||
- name: 🧪 Run tests
|
||||
run: |
|
||||
npm run doctest || true # TODO: Add all doctests
|
||||
npm test
|
||||
env:
|
||||
CI: true
|
||||
|
||||
- name: 💄 Code style
|
||||
run: npm run style
|
||||
env:
|
||||
CI: true
|
||||
|
Reference in New Issue
Block a user