mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-01-03 06:10:20 +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'
|
registry-url: 'https://registry.npmjs.org'
|
||||||
# Will also (through `prepare` hook): 1. install ./app, and 2. build
|
# Will also (through `prepare` hook): 1. install ./app, and 2. build
|
||||||
- run: npm ci --no-fund
|
- run: npm ci --no-fund
|
||||||
- run: npm test
|
- run: npm run test -- --testPathIgnorePatterns ".*playwright.*"
|
||||||
- run: npm run lint
|
- run: npm run lint
|
||||||
- run: npm publish
|
- run: npm publish
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user