Skip to content

Commit

Permalink
added directory printing
Browse files Browse the repository at this point in the history
  • Loading branch information
xperiandri committed May 26, 2023
1 parent 549e568 commit 70ba180
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@ jobs:
run: dotnet paket restore
- name: Build and Test
run: dotnet fsi build.fsx
continue-on-error: true
- name: Print Directory Structure
run:
apt-get install tree
tree $GITHUB_WORKSPACE

0 comments on commit 70ba180

Please sign in to comment.