Skip to content

Commit a94f42c

Browse files
committed
Test 2
1 parent cd19db2 commit a94f42c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,18 +66,17 @@ jobs:
6666
- uses: actions/checkout@v4
6767
with:
6868
fetch-depth: 1
69-
- uses: graalvm/setup-graalvm@v1
70-
with:
71-
java-version: '24.0.0'
72-
distribution: 'graalvm-community'
7369
- name: Gradle env
7470
run: ./gradlew -version
71+
- name: Echos
72+
run: sudo apt list
73+
if: always()
7574
- name: Test
7675
run: ./gradlew nativeTest
7776
- name: Build binary
7877
run: ./gradlew :cli:java:nativeCompile
7978
- name: Collect reports
80-
run: ./gradlew -version && echo "\n$JAVA_HOME\n" && ./gradlew copyReportsToParent
79+
run: ./gradlew -version && echo "$JAVA_HOME" && ./gradlew copyReportsToParent
8180
if: always()
8281
- name: Upload reports
8382
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)