Skip to content

Commit 9797d0d

Browse files
committed
Also run on GraalVM in CI
1 parent 8b88ba0 commit 9797d0d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
distribution:
2424
- 'adopt-hotspot'
2525
- 'oracle'
26+
- 'graalvm'
2627
include:
2728
- java: 21
2829
distribution: 'microsoft'
@@ -73,6 +74,11 @@ jobs:
7374
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7475
- name: 'Test'
7576
run: ./gradlew test runGameTestServer jacocoTestReport
77+
- name: 'Deploy test failures as GitHub CI artifacts'
78+
uses: actions/upload-artifact@v4
79+
if: failure()
80+
with:
81+
path: build/reports/tests/test/index.html
7682
- name: 'Submit coverage results'
7783
uses: coverallsapp/github-action@v2
7884
- name: 'Deploy as GitHub CI artifacts'

0 commit comments

Comments
 (0)