diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2a3c9bd..b3e57ab 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,7 +25,7 @@ jobs: - name: Build run: dotnet build --configuration Release --no-restore - name: Test - run: dotnet test --configuration Release --no-build --no-restore --verbosity normal -f net6 + run: dotnet test --configuration Release --no-build --no-restore --verbosity normal -f net6 ./UnitTests/UnitTests.csproj - uses: actions/upload-artifact@v4 with: name: artifacts