Skip to content

Commit

Permalink
Run build as a separate step, remove package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
JackWilb authored Feb 8, 2024
1 parent 9f3821f commit e6bdfbb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 44,198 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
if: steps.playwright-cache.outputs.cache-hit != 'true'
run: yarn playwright install --with-deps ${{ matrix.project }}

- name: Run yarn build
run: yarn build

- name: Run Playwright tests
run: yarn test --project=${{ matrix.project }}

Expand Down
Loading

0 comments on commit e6bdfbb

Please sign in to comment.