1
0
mirror of https://gitea.com/actions/upload-artifact.git synced 2025-05-15 04:06:44 +08:00
This commit is contained in:
Konrad Pabjan 2023-01-05 16:56:30 +00:00
parent 47d09c0c25
commit f90bfb60c8

@ -37,7 +37,10 @@ jobs:
run: npm run build
- name: npm test
run: npm run test
run: |
npm install
npm ci
npm run test
- name: Lint
run: npm run lint