Skip to content

Commit

Permalink
fix circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
damienxy committed Oct 25, 2021
1 parent 3124b85 commit 8c7cea7
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 @@ -72,16 +72,16 @@ workflows:
test-and-release:
jobs:
- check
- test:unit
- test:integration
- test:e2e
- test-unit
- test-integration
- test-e2e
- release:
context: dev-workflows-release
requires:
- check
- test:unit
- test:integration
- test:e2e
- test-unit
- test-integration
- test-e2e
filters:
branches:
only:
Expand Down

0 comments on commit 8c7cea7

Please sign in to comment.