From fdc398ac5f388b8da10bddb54c70e52ee990786d Mon Sep 17 00:00:00 2001 From: Chris Simmons Date: Fri, 19 Apr 2024 15:35:43 -0700 Subject: [PATCH] Fix publish tests --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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