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.
1 parent a3d8b3b commit ac9a7faCopy full SHA for ac9a7fa
.github/workflows/ci.yml
@@ -21,8 +21,7 @@ jobs:
21
- uses: actions/checkout@v4
22
- uses: gradle/wrapper-validation-action@v1
23
build:
24
- runs-on:
25
- group: Large Runners
+ runs-on: ubuntu-latest
26
needs: gradle-wrapper-validation
27
timeout-minutes: 20
28
steps:
@@ -64,8 +63,7 @@ jobs:
64
63
rm -rf ~/.cache/bazel/*/*/external/
65
shell: bash
66
test:
67
68
69
70
71
@@ -97,8 +95,7 @@ jobs:
97
95
98
96
99
gradle-emulator-test:
100
101
102
needs: build
103
104
0 commit comments