Fix unit test & run in CI (#372)
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user