Skip to content

Commit

Permalink
To revert: Testing all jobs in CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
tonidero committed Jul 19, 2023
1 parent b8d2d13 commit 1f440b2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,17 @@ workflows:
- assemble-sample-app
- build-magic-weather-compose
- run-backend-integration-tests
- integration-tests-build
- purchases-integration-tests-build
- run-firebase-tests-purchases-integration-test:
requires:
- purchases-integration-tests-build
- run-firebase-tests-purchases-load-shedder-integration-test:
context:
- slack-secrets
- run-firebase-tests:
requires:
- integration-tests-build

deploy:
when:
Expand Down

0 comments on commit 1f440b2

Please sign in to comment.