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 0d6eed8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ jobs:
NODE_ENV: test

- name: Cypress pnpm patch
working-directory: ./src/packages/frontend
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
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ jobs:
NODE_ENV: test

- name: Cypress pnpm patch
working-directory: ./src/packages/frontend
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 0d6eed8

Please sign in to comment.