Skip to content

Commit 070ea36

Browse files
committed
Also run on GraalVM in CI
1 parent 8b88ba0 commit 070ea36

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
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'
@@ -80,7 +81,9 @@ jobs:
8081
if: startsWith(matrix.java, env.DEFAULT_JAVA_VERSION) && startsWith(matrix.java, env.DEFAULT_JAVA_VERSION) && startsWith(matrix.distribution, env.DEFAULT_JAVA_DISTRIBUTION)
8182
with:
8283
if-no-files-found: error
83-
path: build/libs/*
84+
path: |
85+
build/libs/*
86+
build/reports/tests/test/index.html
8487
- name: 'Deploy to CurseForge'
8588
if: (startsWith(github.ref, 'refs/tags/') || startsWith(github.ref, 'refs/heads/master')) && startsWith(matrix.java, env.DEFAULT_JAVA_VERSION) && startsWith(matrix.distribution, env.DEFAULT_JAVA_DISTRIBUTION)
8689
env:

0 commit comments

Comments
 (0)