We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e9593 commit 46af8d8Copy full SHA for 46af8d8
.github/workflows/ci.yml
@@ -59,7 +59,7 @@ jobs:
59
if [[ "$RUNNER_OS" == "Linux" ]]; then
60
sudo apt-get -qq install tree
61
cd "$WORKSPACE_BUILD_PATH"
62
- tree -d .
+ tree .
63
64
fi
65
0 commit comments