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 b202c76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ jobs:
run: dotnet paket restore
- name: Build and Test
run: dotnet fsi build.fsx
continue-on-error: true
- name: Print Directory Structure
run: tree $GITHUB_WORKSPACE

0 comments on commit b202c76

Please sign in to comment.