2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-01 12:20:48 +00:00

Fix publish.yml running on ubuntu and thus not able to run playwright tests

This commit is contained in:
Ronan Jouchet 2022-05-02 00:13:09 -04:00
parent 26bd19d6b0
commit 27979cfd42

View File

@ -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: