Skip to content

Commit

Permalink
Catching up with master (new JDK version)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbartusch committed Aug 28, 2024
2 parents d2a8952 + 80b524e commit cc64081
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/dockerhub-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,16 @@ jobs:
test-build-push:
runs-on: ubuntu-latest
steps:
- name: Set up JDK 11
uses: olafurpg/setup-scala@v11
- name: Checkout current branch (full)
uses: actions/checkout@v4
with:
java-version: adopt@1.11
fetch-depth: 0
- name: Set up Java
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
cache: sbt
# enable experimental status for docker in order to support SMUI's backend tests that rely on Ryuk images
# (see https://github.com/actions/virtual-environments/issues/368)
- name: Docker experimental Status
Expand All @@ -23,7 +29,6 @@ jobs:
echo $'{ "experimental": true }' | sudo tee /etc/docker/daemon.json
sudo service docker restart
docker version -f '{{.Server.Experimental}}'
- uses: actions/checkout@v2
- name: Setup NPM environment specfic to SMUI
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit cc64081

Please sign in to comment.