From 70ba180a52e243ddca46add5113d88af6784daf1 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 | 5 +++++ 1 file changed, 5 insertions(+) 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