Skip to content

Commit d0c3dfc

Browse files
committed
fix
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent 947e9c3 commit d0c3dfc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/native-tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
---
22
name: GraalVM Native Tests
33

4-
on: [pull_request]
4+
on: [ pull_request ]
55

66
permissions: {}
77

8+
env:
9+
MISE_ENV: native
10+
811
jobs:
912
native-tests:
1013
runs-on: ubuntu-24.04
@@ -17,7 +20,5 @@ jobs:
1720
with:
1821
version: v2025.12.0
1922
sha256: 5b7b9992950b65569b4f6f1c78b05abceea2506f15b750a4b9781f33c6cc1ae4
20-
env:
21-
MISE_ENV: native
2223
- name: Run native tests
2324
run: mise run test

0 commit comments

Comments
 (0)