Skip to content

Commit

Permalink
chore: debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
anasouardini committed Feb 24, 2024
1 parent 59e9d60 commit c4be823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
if [ "$RUNNER_OS" == "Linux" ]; then
tree -L 3
elif [ "$RUNNER_OS" == "Windows" ]; then
dir D:\ /s /b /a || exit /b 0
dir . /s /b /a || exit /b 0
elif [ "$RUNNER_OS" == "macOS" ]; then
ls -la
fi
Expand Down

0 comments on commit c4be823

Please sign in to comment.