diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index be2a4f3..4281914 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: