diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 9524339..f2c5f28 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -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