1
0

update pipelines

This commit is contained in:
2024-10-27 13:44:59 +01:00
parent cce5a61777
commit fdaa618f65
3 changed files with 52 additions and 6 deletions

View File

@@ -15,7 +15,12 @@ jobs:
with:
node-version: latest
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test
run: npm test
- name: Build
run: npm run build