Skip to content

Commit 2ea549f

Browse files
committed
native tests: CI: prefix jdk version with "jdk"
1 parent 9df5731 commit 2ea549f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/native-image-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
test: [ test-native, test-native-sci ]
1313
clojure-version: [ '1.10', '1.11' ]
1414

15-
name: ${{ matrix.os }},${{ matrix.graal-java }},${{ matrix.test }},clj ${{ matrix.clojure-version }}
15+
name: ${{ matrix.os }},jdk ${{ matrix.graal-java }},${{ matrix.test }},clj ${{ matrix.clojure-version }}
1616

1717
steps:
1818
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)