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
1 changed files with 1 additions and 1 deletions

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: