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 bcc4371 commit a22d7b5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,9 @@ 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()
with:
name: playwright-report
path: playwright-report/
retention-days: 10

# Lint:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit a22d7b5

Please sign in to comment.