Skip to content

Commit

Permalink
ci: use cypress action to run e2e (#1363)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegopf authored Nov 24, 2023
1 parent bb87d85 commit 888e076
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,12 @@ jobs:
- name: lint packages
run: pnpm run lint

- name: test packages
run: pnpm run test
- name: Run tests
run: pnpm run test:unit

- name: Run e2e tests
timeout-minutes: 15
uses: ./.github/actions/run-e2e-tests

- name: configure git user
run: |
Expand Down

0 comments on commit 888e076

Please sign in to comment.