Skip to content

Commit

Permalink
Comment out docker and try simpler command fo windows
Browse files Browse the repository at this point in the history
Signed-off-by: Nepomuk Seiler <nepomuk.seiler@mukis.de>
  • Loading branch information
muuki88 committed Dec 16, 2019
1 parent 1bbb6af commit e900351
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,26 +181,26 @@ jobs:
run: sbt "^validateJdkPackagerTravis"

# FIXME github actions uses docker 3.0.8, which is too old for native-packager
scripted-docker:
runs-on: ubuntu-latest
strategy:
fail-fast: false
needs: [ validate ]
steps:
- uses: actions/checkout@v1
- name: Loading ivy cache
uses: actions/cache@v1
with:
path: ~/.ivy2/cache
key: ${{ runner.os }}-ivy-${{ hashFiles('**/*.sbt') }}
restore-keys: |
${{ runner.os }}-ivy-
- name: Set up Azul JDK 1.8 and SBT
uses: olafurpg/setup-scala@v7
with:
java-version: zulu@1.8
- name: Validate
run: sbt "^validateDocker" "^validateDockerUnit"
# scripted-docker:
# runs-on: ubuntu-latest
# strategy:
# fail-fast: false
# needs: [ validate ]
# steps:
# - uses: actions/checkout@v1
# - name: Loading ivy cache
# uses: actions/cache@v1
# with:
# path: ~/.ivy2/cache
# key: ${{ runner.os }}-ivy-${{ hashFiles('**/*.sbt') }}
# restore-keys: |
# ${{ runner.os }}-ivy-
# - name: Set up Azul JDK 1.8 and SBT
# uses: olafurpg/setup-scala@v7
# with:
# java-version: zulu@1.8
# - name: Validate
# run: sbt "^validateDockerUnit" "^validateDocker"

scripted-jlink:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -291,4 +291,4 @@ jobs:
with:
java-version: zulu@1.8
- name: Validate
run: sbt "^validate" "^validateWindows"
run: sbt validateWindows

0 comments on commit e900351

Please sign in to comment.