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 7187d42 commit 56b8462Copy full SHA for 56b8462
.github/workflows/build.yaml
@@ -22,3 +22,6 @@ jobs:
22
23
- name: Build
24
run: npm run build
25
+
26
+ - name: Test
27
+ run: npm run test
0 commit comments