diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 76c3611..392fec4 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -63,9 +63,7 @@ jobs: - name: Restore dependencies 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 + run: dotnet build --no-restore src - name: Test on ${{ matrix.os }} run: dotnet test src --no-build --verbosity normal - name: Rename test coverage report diff --git a/src/BGR.Console/BGR.Console.csproj b/src/BGR.Console/BGR.Console.csproj index 3ba3741..eb1123a 100644 --- a/src/BGR.Console/BGR.Console.csproj +++ b/src/BGR.Console/BGR.Console.csproj @@ -13,7 +13,7 @@ - Resources\Files + Resources/Files @@ -22,19 +22,23 @@ + + + + @@ -56,8 +60,4 @@ - - - -