We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c3dfc commit e8a5ab2Copy full SHA for e8a5ab2
.github/workflows/native-tests.yml
@@ -5,9 +5,6 @@ on: [ pull_request ]
5
6
permissions: {}
7
8
-env:
9
- MISE_ENV: native
10
-
11
jobs:
12
native-tests:
13
runs-on: ubuntu-24.04
@@ -20,5 +17,7 @@ jobs:
20
17
with:
21
18
version: v2025.12.0
22
19
sha256: 5b7b9992950b65569b4f6f1c78b05abceea2506f15b750a4b9781f33c6cc1ae4
+ env:
+ MISE_ENV: native
23
- name: Run native tests
24
- run: mise run test
+ run: mise --env native test
0 commit comments