We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6eeb2a commit ba24fd8Copy full SHA for ba24fd8
.github/workflows/main.yml
@@ -17,4 +17,4 @@ jobs:
17
chmod u+x nu/nu
18
- name: Test
19
run: |
20
- nu/nu -c 'source env.nu; source config.nu'
+ nu/nu --env-config env.nu --config config.nu -c 'echo $env.NU_VERSION'
0 commit comments