Skip to content

Commit 437b0fe

Browse files
committed
ci:run distribute-internal-testing only after successful tests
1 parent 5951f6f commit 437b0fe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,7 @@ workflows:
108108
- android-test:
109109
context: SonarCloud
110110
- distribute-dev
111-
- distribute-internal-testing
111+
- distribute-internal-testing:
112+
requires:
113+
- android-test
114+

0 commit comments

Comments
 (0)