mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-01-03 14:17:29 +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 lint
|
||||||
- run: npm run test -- --testPathIgnorePatterns ".*playwright.*"
|
- run: npm run test -- --testPathIgnorePatterns ".*playwright.*"
|
||||||
- name: Playwright tests
|
- 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
|
run: npm run test:playwright
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
|
Loading…
Reference in New Issue
Block a user