Skip to content

Commit

Permalink
fix the if
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoine committed Oct 12, 2023
1 parent 21a2dc1 commit 904eede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: |
pwd
ls $PWD
if [ "${{ runner.os }}" = "Windows" ] then;
if [ "${{ runner.os }}" = "Windows" ]; then
"$HOME/${{ env.NU_BIN }}" --commands "use $(echo $PWD | tr '/' '\\' | sed 's/^\\d\\/d:\\/')/nupm/; nupm test"
else
"$HOME/${{ env.NU_BIN }}" --commands "use $PWD/nupm/; nupm test"
Expand Down

0 comments on commit 904eede

Please sign in to comment.