Skip to content

Commit

Permalink
Disable playwright for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tuckergordon committed Oct 22, 2024
1 parent 0948669 commit c556088
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/web-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
- name: Unit tests
run: npm run test:unit

- name: Install Playwright Browsers
run: npx playwright install --with-deps
# - name: Install Playwright Browsers
# run: npx playwright install --with-deps

- name: Playwright tests
run: npm run test:integration
# - name: Playwright tests
# run: npm run test:integration

0 comments on commit c556088

Please sign in to comment.