From 0716d380e2b37ee7db62d5b93e4f791054e1b9ce Mon Sep 17 00:00:00 2001 From: Maryan Hratson Date: Sun, 1 Sep 2024 23:17:49 -0400 Subject: [PATCH] WIP! --- .github/workflows/ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 64b31c9ad..bcba6cbc9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -54,7 +54,7 @@ jobs: run: ./gradlew --no-daemon -PmaxParallelForks=1 clean integrationTest build-platform: - name: test with JDK=${{matrix.java-dist}}-${{matrix.java-ver}} on ${{matrix.hw_platform}} + name: platform build with JDK=${{matrix.java-dist}}-${{matrix.java-ver}} on ${{matrix.hw_platform}} strategy: fail-fast: false matrix: @@ -63,6 +63,9 @@ jobs: hw_platform: [ 's390x' ] runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 # so gradle doesn't fail traversing the history - run: | # install required qemu libraries docker run --rm --privileged tonistiigi/binfmt:latest --install all