From 037b8882806ce9c38e3bc5e52cc949da72cf344b Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Thu, 13 Feb 2025 23:30:02 -0600 Subject: [PATCH] chore: add step for listing models for debugging workflow --- .github/workflows/pull_request.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 9b2b2f2..76c3611 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -64,6 +64,8 @@ jobs: run: dotnet restore src - name: Build on ${{ matrix.os }} run: dotnet build src --no-restore + - name: List downloaded models + run: ls -l src/BGR.Console/Resources/Files - name: Test on ${{ matrix.os }} run: dotnet test src --no-build --verbosity normal - name: Rename test coverage report