Skip to content

Commit

Permalink
Module works now
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Sep 10, 2023
1 parent 2cf0585 commit 3d0afb5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/module-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Use Your Nu Modules In the Following Steps
run: |
use module.nu [get-env]
print $env.PWD
print (get-env 'ABC-XYZ' 'DEFAULT-ABC-XYZ')
nu -n -c "use module.nu [get-env]; print (get-env 'ABC-XYZ' 'DEFAULT-ABC-XYZ')"

0 comments on commit 3d0afb5

Please sign in to comment.