Skip to content

Commit

Permalink
this is why I don't like this stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
elianiva committed Oct 23, 2022
1 parent ca4c2f2 commit b4fed2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,10 @@ jobs:
- name: E2E Test (Frontend)
uses: cypress-io/[email protected]
with:
install: false
working-directory: ./src/packages/frontend/cypress
install: true
working-directory: ./src/packages/frontend/cypress/
browser: chrome
install-command: pnpm install
build: pnpm --dir .. build
start: pnpm --dir .. start
wait-on: 'http://localhost:4173'
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,10 @@ jobs:
- name: E2E Test (Frontend)
uses: cypress-io/[email protected]
with:
install: false
working-directory: ./src/packages/frontend/cypress
install: true
working-directory: ./src/packages/frontend/cypress/
browser: chrome
install-command: pnpm install
build: pnpm --dir .. build
start: pnpm --dir .. start
wait-on: 'http://localhost:4173'
Expand Down

0 comments on commit b4fed2f

Please sign in to comment.