mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 18:06:45 +00:00
fix tests
This commit is contained in:
parent
fc1780360a
commit
f20fd4754a
5 changed files with 73 additions and 53 deletions
4
.github/workflows/e2e-publishing.yml
vendored
4
.github/workflows/e2e-publishing.yml
vendored
|
@ -26,6 +26,8 @@ jobs:
|
|||
uses: ./
|
||||
id: setup-java
|
||||
with:
|
||||
java-version: 'adopt'
|
||||
distribution: '11'
|
||||
server-id: maven
|
||||
server-username: MAVEN_USERNAME
|
||||
server-password: MAVEN_CENTRAL_TOKEN
|
||||
|
@ -65,6 +67,8 @@ jobs:
|
|||
uses: ./
|
||||
id: setup-java
|
||||
with:
|
||||
java-version: 'adopt'
|
||||
distribution: '11'
|
||||
server-id: maven
|
||||
server-username: MAVEN_USERNAME
|
||||
server-password: MAVEN_CENTRAL_TOKEN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue