fix: add distribution for server_tests job (#3799)
* fix: add distribution for server_tests job * fix
This commit is contained in:
parent
df54013885
commit
db067ab949
1
.github/workflows/pull_request.yml
vendored
1
.github/workflows/pull_request.yml
vendored
@ -56,6 +56,7 @@ jobs:
|
|||||||
- name: Set up Java ${{ matrix.java }}
|
- name: Set up Java ${{ matrix.java }}
|
||||||
uses: actions/setup-java@v2
|
uses: actions/setup-java@v2
|
||||||
with:
|
with:
|
||||||
|
distribution: 'adopt'
|
||||||
java-version: ${{ matrix.java }}
|
java-version: ${{ matrix.java }}
|
||||||
|
|
||||||
- name: Configure connections to databases
|
- name: Configure connections to databases
|
||||||
|
1
.github/workflows/snapshot_release.yml
vendored
1
.github/workflows/snapshot_release.yml
vendored
@ -125,6 +125,7 @@ jobs:
|
|||||||
- name: Set up JDK 1.8
|
- name: Set up JDK 1.8
|
||||||
uses: actions/setup-java@v2
|
uses: actions/setup-java@v2
|
||||||
with:
|
with:
|
||||||
|
distribution: 'adopt'
|
||||||
java-version: 1.8
|
java-version: 1.8
|
||||||
|
|
||||||
- name: Install genisoimage and jq
|
- name: Install genisoimage and jq
|
||||||
|
Loading…
Reference in New Issue
Block a user