From b202c7699cc09e608cbf41c0cc3594c0a22a23e5 Mon Sep 17 00:00:00 2001 From: XperiAndri Date: Fri, 26 May 2023 14:34:14 +0400 Subject: [PATCH] added directory printing --- .github/workflows/dotnetcore.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 9524339..bf16916 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -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