Skip to content

Commit

Permalink
chore: Add module test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Sep 10, 2023
1 parent d807660 commit ed7df48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/module-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
print $env.NU_LIB_DIRS
- name: Use Your Nu Modules In the Following Steps
run: |
# use ./nu/common.nu [get-env]
use ./nu/common.nu [get-env]
print $env.PWD
# print (get-env 'ABC-XYZ' 'DEFAULT-ABC-XYZ')
print (get-env 'ABC-XYZ' 'DEFAULT-ABC-XYZ')

0 comments on commit ed7df48

Please sign in to comment.