Skip to content

Commit cf0160a

Browse files
committed
Add a smoke test to better cover any future breakage
1 parent 91bdb26 commit cf0160a

File tree

6 files changed

+198
-40
lines changed

6 files changed

+198
-40
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ jobs:
7979
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8080
USE_SYSTEM_FPM: ${{ matrix.platform == 'linux' && matrix.arch == 'arm64' }}
8181

82+
- name: Run smoke tests
83+
run: npm test
84+
8285
- uses: actions/upload-artifact@v4
8386
with:
8487
name: ${{ matrix.platform }}-${{ matrix.arch }}-distributables

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ build/
44
dist/
55
httptoolkit-server/
66
appveyor-tools/
7+
.playwright/

0 commit comments

Comments
 (0)