Skip to content

Commit

Permalink
arrghhh
Browse files Browse the repository at this point in the history
  • Loading branch information
elianiva committed Oct 23, 2022
1 parent da31aa8 commit 919a59d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,13 @@ jobs:
NODE_ENV: test

- name: Cypress pnpm patch
working-directory: ./src/packages/frontend
run: cp pnpm-lock.yaml package-lock.json

- name: E2E Test (Frontend)
uses: cypress-io/[email protected]
with:
browser: chrome
working-directory: ./src/packages/frontend/cypress/
working-directory: src/packages/frontend/cypress
install-command: echo
build: pnpm --dir .. build
start: pnpm --dir .. start
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,13 @@ jobs:
NODE_ENV: test

- name: Cypress pnpm patch
working-directory: ./src/packages/frontend
run: cp pnpm-lock.yaml package-lock.json

- name: E2E Test (Frontend)
uses: cypress-io/[email protected]
with:
browser: chrome
working-directory: ./src/packages/frontend/cypress/
working-directory: src/packages/frontend/cypress
install-command: echo
build: pnpm --dir .. build
start: pnpm --dir .. start
Expand Down

0 comments on commit 919a59d

Please sign in to comment.