Skip to content

Commit

Permalink
Update publish workflow for playwright (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
gauntface authored Nov 2, 2024
1 parent e60c5be commit 7554050
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,20 @@ jobs:
- name: Install NPM Deps
run: pnpm install

- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps

- name: Test
run: pnpm run test:ci

- name: Upload Playwright report
uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
name: playwright-report
path: playwright-report/
retention-days: 30

- name: Build
env:
EXTENSION_VERSION: ${{ env.EXTENSION_VERSION }}
Expand Down

0 comments on commit 7554050

Please sign in to comment.