Skip to content

Commit

Permalink
Fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Pauan committed Aug 6, 2024
1 parent a2bdf48 commit 4b65978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
steps:
- setup-sdk
- run:
working_directory: e2e/testnet
working_directory: sdk/e2e/testnet
command: |
yarn start
Expand All @@ -87,7 +87,7 @@ jobs:
steps:
- setup-sdk
- run:
working_directory: e2e/mainnet
working_directory: sdk/e2e/mainnet
command: |
yarn start
Expand Down

0 comments on commit 4b65978

Please sign in to comment.