From def742f1d3ae55963382351ace3386e4b117abd3 Mon Sep 17 00:00:00 2001 From: ronimizy Date: Wed, 1 May 2024 22:32:15 +0300 Subject: [PATCH] hack: ls the fs --- .github/workflows/dotnet-build.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/dotnet-build.yml b/.github/workflows/dotnet-build.yml index 114409c..7c2ca65 100644 --- a/.github/workflows/dotnet-build.yml +++ b/.github/workflows/dotnet-build.yml @@ -65,13 +65,7 @@ jobs: - name: validate packages if: steps.cache-tests.outputs.cache-hit != 'true' run: | - if [ ! -d bin/packages ] - then - echo packages dir not created - exit 1 - fi - - ls bin/packages + ls - name: Remove .Reflect tests if: steps.cache-tests.outpust.cache-hit != 'true'