Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
etowahadams committed Feb 22, 2024
1 parent fed5a10 commit 928de17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@ jobs:
with:
node-version: 20
- uses: pnpm/action-setup@v2
- name: Install dependencies
- run: pnpm install
- name: Install Playwright Browsers
run: npx playwright install --with-deps chromium
- name: Run Playwright Component Tests
- run: pnpm test-ct
- uses: actions/upload-artifact@v3
if: always()
Expand Down

0 comments on commit 928de17

Please sign in to comment.