mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-13 00:26:27 +00:00
Fix publish.yml running on ubuntu and thus not able to run playwright tests
This commit is contained in:
parent
26bd19d6b0
commit
27979cfd42
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
# Will also (through `prepare` hook): 1. install ./app, and 2. build
|
||||
- run: npm ci --no-fund
|
||||
- run: npm test
|
||||
- run: npm run test -- --testPathIgnorePatterns ".*playwright.*"
|
||||
- run: npm run lint
|
||||
- run: npm publish
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user