Skip to content

Commit

Permalink
fix dirs in circle config
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Dec 15, 2023
1 parent bb9d7c3 commit ef7eb36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -404,16 +404,16 @@ jobs:
working_directory: /tmp/e2e-tests/gatsby-pnpm
- run: # Set project dir
command: node ~/project/packages/gatsby-dev-cli/dist/index.js --set-path-to-repo ~/project
working_directory: /tmp/e2e-tests/gatsby-pnp
working_directory: /tmp/e2e-tests/gatsby-pnpm
- run: # Copy over packages
command: node ~/project/packages/gatsby-dev-cli/dist/index.js --force-install --scan-once --package-manager pnpm
working_directory: /tmp/e2e-tests/gatsby-pnp
working_directory: /tmp/e2e-tests/gatsby-pnpm
- run:
command: pnpm build
working_directory: /tmp/e2e-tests/gatsby-pnp
working_directory: /tmp/e2e-tests/gatsby-pnpm
- run:
command: 'DEBUG=start-server-and-test pnpm start-server-and-test "pnpm develop 2>&1 | tee log.txt" :8000 "! cat log.txt | grep -E ''ERROR #|Require stack:''"'
working_directory: /tmp/e2e-tests/gatsby-pnp
working_directory: /tmp/e2e-tests/gatsby-pnpm

e2e_tests_development_runtime_with_react_18:
<<: *e2e-executor
Expand Down

0 comments on commit ef7eb36

Please sign in to comment.