mirror of
https://gitea.com/actions/upload-artifact.git
synced 2025-12-14 20:51:45 +08:00
testing
This commit is contained in:
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@@ -37,7 +37,10 @@ jobs:
|
|||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
- name: npm test
|
- name: npm test
|
||||||
run: npm run test
|
run: |
|
||||||
|
npm install
|
||||||
|
npm ci
|
||||||
|
npm run test
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: npm run lint
|
run: npm run lint
|
||||||
|
|||||||
Reference in New Issue
Block a user