Skip to content

Commit 91d1a57

Browse files
committed
chore(ci): Run unit tests for GraalVM as well during build.
1 parent 74026ba commit 91d1a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
name: Checkout repository
7575
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7676
- name: Setup Java
77-
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165
77+
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
7878
with:
7979
distribution: corretto
8080
java-version: ${{ matrix.java }}

0 commit comments

Comments
 (0)