Skip to content

Commit

Permalink
feat(e2e-tests): add Synpress cache build step in PR workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nelitow committed Nov 14, 2024
1 parent 5a4e77a commit c7e1eac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ jobs:

- name: Run build:connectors
run: pnpm build:connectors

- name: Build Synpress cache
run: pnpm synpress wallet-setup
working-directory: e2e-tests/runner

# E2E tests running with Playwright
- name: Install Playwright Browsers
Expand Down

0 comments on commit c7e1eac

Please sign in to comment.