Skip to content

Commit 5837002

Browse files
committed
Removed depends_on
1 parent 7f75c94 commit 5837002

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.cirrus.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ task:
1515
# don't run for PRs
1616
only_if: $CIRRUS_PR == ''
1717
skip: '!changesInclude(".cirrus.yml", "$app_arch/*", "$app_arch/**/*")'
18-
depends_on:
19-
- Tests (Unit)
2018
env:
2119
EMULATOR_API_LEVEL: 22
2220
ANDROID_ABI: "default;armeabi-v7a"
@@ -57,8 +55,6 @@ task:
5755
# don't run for PRs
5856
only_if: $CIRRUS_PR == ''
5957
skip: '!changesInclude(".cirrus.yml", "$app_arch/*", "$app_arch/**/*")'
60-
depends_on:
61-
- Tests (Unit)
6258
env:
6359
matrix:
6460
app_arch: bloc_flutter

0 commit comments

Comments
 (0)