Skip to content

Commit

Permalink
chore: hopefully running bash shells on all OS types
Browse files Browse the repository at this point in the history
  • Loading branch information
anasouardini committed Feb 24, 2024
1 parent c397e8a commit 98635c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
if [ "$RUNNER_OS" == "Linux" ]; then
tree -L 3
elif [ "$RUNNER_OS" == "Windows" ]; then
dir /a:h
tree -L 3
elif [ "$RUNNER_OS" == "macOS" ]; then
ls -la
tree -L 3
fi
shell: bash

Expand Down

0 comments on commit 98635c2

Please sign in to comment.