Skip to content

Commit e8a5ab2

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

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/native-tests.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on: [ pull_request ]
55

66
permissions: {}
77

8-
env:
9-
MISE_ENV: native
10-
118
jobs:
129
native-tests:
1310
runs-on: ubuntu-24.04
@@ -20,5 +17,7 @@ jobs:
2017
with:
2118
version: v2025.12.0
2219
sha256: 5b7b9992950b65569b4f6f1c78b05abceea2506f15b750a4b9781f33c6cc1ae4
20+
env:
21+
MISE_ENV: native
2322
- name: Run native tests
24-
run: mise run test
23+
run: mise --env native test

0 commit comments

Comments
 (0)