Skip to content

Commit

Permalink
fix yml error
Browse files Browse the repository at this point in the history
  • Loading branch information
crazzyghost committed May 1, 2020
1 parent 55c77d3 commit 6e9f333
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ jobs:
file: ~/test-results/junit/jacocoTestReport.xml

workflows:
workflow:
jobs:
- build
- codecov
requires:
- build
workflow:
jobs:
- build
- codecov
requires:
- build

0 comments on commit 6e9f333

Please sign in to comment.