Skip to content

Commit

Permalink
fix working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
sashankaryal committed Jul 13, 2023
1 parent 4a6f60c commit cbe6ada
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Install app
if: steps.node-cache.outputs.cache-hit != 'true'
run: cd app && yarn install
run: (cd app && yarn install)

- name: Build app
run: make app
Expand Down
2 changes: 2 additions & 0 deletions e2e-pw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

- Install playwright extension for VSCode.
- Copy `.env.dev.template` into `.env.dev` and fill in the values.
- Run `yarn` to install dependencies. Make sure you're using node 18.x.
`nvm install 18 && nvm use 18`.
- Run tests directly from VSCode or from the command line with `yarn e2e`.

### To use the local dev server of the app
Expand Down

0 comments on commit cbe6ada

Please sign in to comment.