From 9832d1eb54a162cfe4c1bb14bd7ed979a401f2cd Mon Sep 17 00:00:00 2001 From: Maryan Hratson Date: Sun, 1 Sep 2024 23:16:19 -0400 Subject: [PATCH] WIP! --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ba8de162f..64b31c9ad 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -54,7 +54,6 @@ jobs: run: ./gradlew --no-daemon -PmaxParallelForks=1 clean integrationTest build-platform: - needs: setup name: test with JDK=${{matrix.java-dist}}-${{matrix.java-ver}} on ${{matrix.hw_platform}} strategy: fail-fast: false