We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9f1677 commit 8455474Copy full SHA for 8455474
.github/workflows/ci-dev.yaml
@@ -32,3 +32,6 @@ jobs:
32
33
- name: Build
34
run: npm run build
35
+
36
+ - name: Run Tests
37
+ run: npm run test
.github/workflows/ci-full.yaml
@@ -33,6 +33,9 @@ jobs:
38
39
tag:
40
name: Version tag
41
needs: [check]
0 commit comments