From 27979cfd42caca5863464d37d69f2de87d702a0c Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Mon, 2 May 2022 00:13:09 -0400 Subject: [PATCH] Fix publish.yml running on ubuntu and thus not able to run playwright tests --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: