Skip to content

Commit

Permalink
add e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
juristr committed Sep 17, 2024
1 parent dd9a7b5 commit c9a3b4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
run: |
pnpm format:check
pnpm lint
pnpm exec nx run-many -t test build
- name: Run Playwright tests
run: pnpm --filter "@tasker/e2e-web" e2e
pnpm exec nx run-many -t test build e2e
# - name: Run Playwright tests
# run: pnpm --filter "@tasker/e2e-web" e2e
- uses: actions/upload-artifact@v4
if: always()
with:
Expand Down

0 comments on commit c9a3b4a

Please sign in to comment.