Skip to content

Commit

Permalink
Merge pull request #2119 from android:gradle-wrapper
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 601792306
  • Loading branch information
copybara-androidxtest committed Jan 26, 2024
2 parents 7e6c095 + 5563298 commit a5191c4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
- uses: gradle/wrapper-validation-action@v1
build:
runs-on: ubuntu-latest
needs: gradle-wrapper-validation
timeout-minutes: 20
steps:
- name: Check out repository code
Expand Down Expand Up @@ -64,7 +63,6 @@ jobs:
shell: bash
test:
runs-on: ubuntu-latest
needs: gradle-wrapper-validation
timeout-minutes: 20
steps:
- name: Check out repository code
Expand Down Expand Up @@ -96,7 +94,7 @@ jobs:
shell: bash
gradle-emulator-test:
runs-on: ubuntu-latest
needs: build
needs: [build, gradle-wrapper-validation]
timeout-minutes: 20
steps:
- name: Check out repository code
Expand Down

0 comments on commit a5191c4

Please sign in to comment.