Skip to content

Commit

Permalink
Update tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jwomeara authored May 21, 2024
1 parent 13a46ba commit 165530a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v1
- name: Set up JDK 1.8
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 11
- uses: actions/cache@v1
with:
path: ~/.m2/repository
Expand All @@ -45,10 +45,10 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v1
- name: Set up JDK 1.8
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 11
- uses: actions/cache@v1
with:
path: ~/.m2/repository
Expand Down Expand Up @@ -85,4 +85,3 @@ jobs:
# # Tag and push the image
# docker tag ${IMAGE_PREFIX}${IMAGE_NAME}:${IMAGE_TAG} ${REMOTE_IMAGE_NAME}:${IMAGE_TAG}
# docker push ${REMOTE_IMAGE_NAME}:${IMAGE_TAG}

0 comments on commit 165530a

Please sign in to comment.