Fix unit test & run in CI (#372)

This commit is contained in:
Will Chen
2025-06-09 15:23:10 -07:00
committed by GitHub
parent 34ea593928
commit ac98a52ab1
2 changed files with 45 additions and 3 deletions

View File

@@ -49,6 +49,10 @@ jobs:
# do not run this on windows (it's redunant)
if: contains(matrix.os.name, 'macos')
run: npm run ts
- name: Unit tests
# do not run this on windows (it's redunant)
if: contains(matrix.os.name, 'macos')
run: npm run test
- name: Install Chromium browser for Playwright
run: npx playwright install chromium --with-deps
- name: Build