mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-12-22 10:08:55 +00:00
Playwright tests: only run on windows, because mac keeps failing or being too slow
This commit is contained in:
parent
339fbfb933
commit
887347adbb
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -47,6 +47,6 @@ jobs:
|
||||
run: npm run lint
|
||||
- run: npm run test -- --testPathIgnorePatterns ".*playwright.*"
|
||||
- name: Playwright tests
|
||||
if: matrix.platform != 'ubuntu-latest' # Doesn't work on non-GUI ubuntu
|
||||
if: matrix.platform == 'windows-latest' # Doesn't work on headless ubuntu, and is slow on mac
|
||||
run: npm run test:playwright
|
||||
timeout-minutes: 5
|
||||
|
Loading…
Reference in New Issue
Block a user