fix workflows

This commit is contained in:
Rene Haas
2022-10-30 23:16:48 +01:00
parent 65c72326b0
commit 0ef07f2c14
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -21,6 +21,8 @@ jobs:
node-version: '16'
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Run Unit Tests
run: npm run ci:test
- name: Run e2e Tests