Skip to content

Commit

Permalink
Update github action to run yarn test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonulak committed Jan 10, 2025
1 parent 2885baa commit 2c206fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:

- name: Install dependencies
run: yarn

- name: Run tests
run: yarn test

- name: Cache Playwright Browsers
uses: actions/cache@v4
Expand Down

0 comments on commit 2c206fd

Please sign in to comment.