Skip to content

Commit

Permalink
start and build commands
Browse files Browse the repository at this point in the history
  • Loading branch information
krpeacock committed Jun 24, 2024
1 parent ae8fa13 commit e818cba
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/e2e-browser-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,19 +58,15 @@ jobs:
run: |
dfx start --background
- name: setup
id: setup
run: npm run setup --workspaces --if-present

- name: Cypress e2e tests
uses: cypress-io/github-action@v6
with:
install: false
project: ./e2e/browser
start: |
npm run e2e --workspace e2e/browser
wait-on: 'http://localhost:1234'
wait-on-timeout: 240
build: npm run setup --workspace e2e/browser
start: npm run start --workspace e2e/browser

aggregate:
name: e2e:required
Expand Down

0 comments on commit e818cba

Please sign in to comment.