Skip to content

Commit

Permalink
fix: update ci config with both mutation tests
Browse files Browse the repository at this point in the history
Signed-off-by: Sujith <[email protected]>
  • Loading branch information
sujithvn committed Jun 15, 2023
1 parent 6c787e8 commit e403668
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,8 @@ workflows:
- graphql-lint
- test-unit
- test-integration-query
- test-integration-mutation
- test-integration-mutation1
- test-integration-mutation2
- docker-build-push:
context: reaction-publish-docker
filters:
Expand All @@ -310,4 +311,5 @@ workflows:
- graphql-lint
- test-unit
- test-integration-query
- test-integration-mutation
- test-integration-mutation1
- test-integration-mutation2

0 comments on commit e403668

Please sign in to comment.