Skip to content

Commit

Permalink
ci: move into directory before 'yarn all'
Browse files Browse the repository at this point in the history
  • Loading branch information
castarco committed Mar 16, 2021
1 parent 096bcb8 commit 8ce8941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ commands:
command: cd ./integrationTests && yarn
- run:
name: Compile & Run Tests
command: yarn all
command: cd ./integrationTests && yarn all

jobs:
build:
Expand Down

0 comments on commit 8ce8941

Please sign in to comment.