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 02acb25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ jobs:
uses: cypress-io/[email protected]
with:
install: false
working-directory: ./src/packages/frontend/cypress
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
3 changes: 2 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ jobs:
uses: cypress-io/[email protected]
with:
install: false
working-directory: ./src/packages/frontend/cypress
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 02acb25

Please sign in to comment.