We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7417915 + 6094edb commit 12dd8b7Copy full SHA for 12dd8b7
.github/workflows/ci.yml
@@ -28,3 +28,6 @@ jobs:
28
29
- name: Build
30
run: npm run build
31
+
32
+ - name: Smoke test
33
+ run: node smoke.js
.github/workflows/release.yml
@@ -43,6 +43,9 @@ jobs:
43
- name: Unit Tests
44
run: pnpm test
45
46
47
48
49
- name: Semantic Release
50
run: npx semantic-release
51
env:
0 commit comments