Skip to content

Commit

Permalink
fix: tree with 2 levels
Browse files Browse the repository at this point in the history
  • Loading branch information
KotaHusky committed Mar 26, 2024
1 parent 6b3fc5f commit 2cb8a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_msal-react-demo-kotahusky.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: npx nx build msal-react-demo

- name: Show directory structure
run: tree -L 3 -d -I 'node_modules|dist|.git' --matchdirs '/apps'
run: tree -L 2 -d -I 'node_modules|dist|.git'

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit 2cb8a18

Please sign in to comment.