Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Apr 22, 2024
1 parent 968be25 commit acb3aec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Test
run: pnpm test

visual-test:
visual-regression:
timeout-minutes: 10
runs-on: ubuntu-latest
container:
Expand All @@ -34,6 +34,9 @@ jobs:

- uses: ./.github/workflows/actions/build

- name: Install dependencies
run: pnpm playwright install chromium

- name: Visual Regression
run: pnpm visual-regression

Expand Down

0 comments on commit acb3aec

Please sign in to comment.