diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml
index 49aa22e..6d9dd6e 100644
--- a/.github/workflows/pull_request.yml
+++ b/.github/workflows/pull_request.yml
@@ -63,13 +63,6 @@ jobs:
run: dotnet restore src
- name: Build on ${{ matrix.os }}
run: dotnet build --no-restore src
- - name: Diagnose downloaded model files
- run: |
- echo "=== Model file sizes ==="
- dir src/BGR.Console\Resources\Files\*.onnx 2>/dev/null || ls -la src/BGR.Console/Resources/Files/*.onnx 2>/dev/null || echo "No model files found"
- echo ""
- echo "=== File types ==="
- file src/BGR.Console/Resources/Files/*.onnx 2>/dev/null || echo "file command not available"
- 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 36143c8..a3c7715 100644
--- a/src/BGR.Console/BGR.Console.csproj
+++ b/src/BGR.Console/BGR.Console.csproj
@@ -21,11 +21,11 @@
-
+
-
+
-
+