We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b483e commit feb5587Copy full SHA for feb5587
.github/workflows/ci.yml
@@ -26,13 +26,13 @@ jobs:
26
run: |
27
echo "separateTestsNames=$(./gradlew listTasksAsJSON -q --console=plain | tail -n 1)" >> $GITHUB_OUTPUT
28
29
- test:
+ citest:
30
name: citest
31
strategy:
32
fail-fast: false
33
matrix:
34
+ platform: ["windows-latest", "ubuntu-latest"]
35
jdk: [11, 17]
- platform: ["ubuntu-latest", "windows-latest"]
36
runs-on: ${{ matrix.platform }}
37
38
steps:
@@ -69,8 +69,8 @@ jobs:
69
if: always()
70
run: echo "Check the artifact ${{ matrix.platform }}-JDK${{ matrix.jdk }}-reports for detailed test results"
71
72
- build:
73
- name: build
+ test:
+ name: test
74
needs: generate-test-list
75
76
0 commit comments