Skip to content

Commit

Permalink
fix(cicd): Fix workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraj Adhikari committed May 18, 2021
1 parent 6fccd90 commit c4e2b1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ orbs:
codecov: codecov/codecov@1.0.2

anchors:
- workspace-root: &workspace-root ~/project
- &main_only
filters:
branches:
Expand All @@ -28,6 +29,7 @@ executors:
default-executor:
docker:
- image: cirrusci/flutter:stable
working_directory: *workspace-root

commands:
run-tests:
Expand Down

0 comments on commit c4e2b1b

Please sign in to comment.