Skip to content

Commit

Permalink
Update release script to include changes to `artifact-android-local-t…
Browse files Browse the repository at this point in the history
…ests`.

These changes were added to the continuous integration (presubmit) script but we forgot to propagate it to the release script.

RELNOTES=N/A
PiperOrigin-RevId: 586459523
  • Loading branch information
bcorso authored and Dagger Team committed Nov 29, 2023
1 parent 692015f commit e0b9b8e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,19 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
agp: ['7.0.0', '7.1.2']
include:
- agp: '7.0.0'
jdk: '11'
- agp: '7.1.2'
jdk: '11'
- agp: '8.1.0'
jdk: '17'
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/artifact-android-local-tests
with:
agp: '${{ matrix.agp }}'
jdk: '${{ matrix.jdk }}'
publish-artifacts:
name: 'Publish Artifact'
needs: [bazel-test, artifact-java-local-tests, artifact-android-local-tests, test-gradle-plugin]
Expand Down

0 comments on commit e0b9b8e

Please sign in to comment.