diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 70170e8..cd6d6da 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,6 +20,7 @@ jobs: cache: npm - run: npm install -g npm@latest - run: npm ci + - run: npx playwright install --with-deps chromium - run: npm test - run: npm version ${TAG_NAME} --git-tag-version=false env: @@ -41,6 +42,7 @@ jobs: cache: npm scope: '@github' - run: npm ci + - run: npx playwright install --with-deps chromium - run: npm test - run: npm version ${TAG_NAME} --git-tag-version=false env: