1
0
Fork 0
mirror of https://gitea.com/actions/upload-artifact.git synced 2024-08-16 09:49:51 +02:00
This commit is contained in:
Konrad Pabjan 2023-01-05 16:56:30 +00:00
parent 47d09c0c25
commit f90bfb60c8

View file

@ -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