Skip to content

Commit feb5587

Browse files
Reorder matrix strategy.
Is it possible to run windows jobs before ubuntu? Signed-off-by: Pawel Gudel <pawel.gudel@eliatra.com>
1 parent 57b483e commit feb5587

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
run: |
2727
echo "separateTestsNames=$(./gradlew listTasksAsJSON -q --console=plain | tail -n 1)" >> $GITHUB_OUTPUT
2828
29-
test:
29+
citest:
3030
name: citest
3131
strategy:
3232
fail-fast: false
3333
matrix:
34+
platform: ["windows-latest", "ubuntu-latest"]
3435
jdk: [11, 17]
35-
platform: ["ubuntu-latest", "windows-latest"]
3636
runs-on: ${{ matrix.platform }}
3737

3838
steps:
@@ -69,8 +69,8 @@ jobs:
6969
if: always()
7070
run: echo "Check the artifact ${{ matrix.platform }}-JDK${{ matrix.jdk }}-reports for detailed test results"
7171

72-
build:
73-
name: build
72+
test:
73+
name: test
7474
needs: generate-test-list
7575
strategy:
7676
fail-fast: false

0 commit comments

Comments
 (0)