Skip to content

Commit

Permalink
//py Java distribution: 'adopt'
Browse files Browse the repository at this point in the history
//py Java distribution: 'adopt'
  • Loading branch information
cclauss authored and diemol committed Nov 15, 2022
1 parent fb2a112 commit 7b0c82c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'
- name: Run unit tests
uses: ./.github/actions/bazel
with:
Expand Down Expand Up @@ -175,6 +176,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'
- name: Setup Firefox
uses: abhi1693/[email protected]
with:
Expand Down Expand Up @@ -218,6 +220,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'
- name: Setup Firefox
uses: abhi1693/[email protected]
with:
Expand Down

0 comments on commit 7b0c82c

Please sign in to comment.