We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e6c095 + 5563298 commit a5191c4Copy full SHA for a5191c4
.github/workflows/ci.yml
@@ -22,7 +22,6 @@ jobs:
22
- uses: gradle/wrapper-validation-action@v1
23
build:
24
runs-on: ubuntu-latest
25
- needs: gradle-wrapper-validation
26
timeout-minutes: 20
27
steps:
28
- name: Check out repository code
@@ -64,7 +63,6 @@ jobs:
64
63
shell: bash
65
test:
66
67
68
69
70
@@ -96,7 +94,7 @@ jobs:
96
94
97
95
gradle-emulator-test:
98
99
- needs: build
+ needs: [build, gradle-wrapper-validation]
100
101
102
0 commit comments