Skip to content

Commit 12dd8b7

Browse files
authored
Merge pull request #299 from ideal-postcodes/add-smoke-tests
Add smoke tests to CI
2 parents 7417915 + 6094edb commit 12dd8b7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ jobs:
2828

2929
- name: Build
3030
run: npm run build
31+
32+
- name: Smoke test
33+
run: node smoke.js

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
- name: Unit Tests
4444
run: pnpm test
4545

46+
- name: Smoke test
47+
run: node smoke.js
48+
4649
- name: Semantic Release
4750
run: npx semantic-release
4851
env:

0 commit comments

Comments
 (0)