Skip to content

Commit

Permalink
chore: testing GitHub Actions with container image
Browse files Browse the repository at this point in the history
  • Loading branch information
suztomo authored Dec 26, 2024
1 parent 9a65386 commit 2f1064e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ name: ci
jobs:
build:
runs-on: ubuntu-22.04
container:
image: gcr.io/cloud-devrel-public-resources/java-library-generation:latest
strategy:
matrix:
java: [ 11, 17]
Expand Down

0 comments on commit 2f1064e

Please sign in to comment.