diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b29711746..f5d1e21e5e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,13 +26,13 @@ jobs: run: | echo "separateTestsNames=$(./gradlew listTasksAsJSON -q --console=plain | tail -n 1)" >> $GITHUB_OUTPUT - test: + citest: name: citest strategy: fail-fast: false matrix: + platform: ["windows-latest", "ubuntu-latest"] jdk: [11, 17] - platform: ["ubuntu-latest", "windows-latest"] runs-on: ${{ matrix.platform }} steps: @@ -69,8 +69,8 @@ jobs: if: always() run: echo "Check the artifact ${{ matrix.platform }}-JDK${{ matrix.jdk }}-reports for detailed test results" - build: - name: build + test: + name: test needs: generate-test-list strategy: fail-fast: false