Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
undg committed Sep 9, 2024
1 parent 966d9ae commit 07ac4d2
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/test-lazy-load-nvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,16 @@ jobs:

# - name: Setup upterm session
# uses: lhotari/action-upterm@v1
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3

- name: Run tests
shell: zsh
shell: bash # there is no zsh shell in github
run: |
# run command in zsh shel
zsh -c '
# Source the script from the repository
source ./lazy-load-nvm.sh
source ./zsh-nvm-lazy-load.plugin.zsh
# Test if NVM is not loaded initially
if type nvm &> /dev/null; then
Expand Down Expand Up @@ -56,4 +58,5 @@ jobs:
fi
echo "All tests passed!"
'

0 comments on commit 07ac4d2

Please sign in to comment.