1
0

update pipelines

This commit is contained in:
2024-10-26 23:08:10 +02:00
parent 2d5bdfe40e
commit ba67b34a0d
3 changed files with 48 additions and 5 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