mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-08 03:18:33 +03:00
adding env vars for test and lint
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -18,5 +18,8 @@ jobs:
|
|||||||
|
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: npm test
|
- run: npm test
|
||||||
|
env:
|
||||||
|
CI: true
|
||||||
- run: npm run lint
|
- run: npm run lint
|
||||||
|
env:
|
||||||
|
CI: true
|
||||||
|
|||||||
Reference in New Issue
Block a user