diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5126cc3a..b35b4ddb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -83,7 +83,7 @@ jobs: run: dotnet build --configuration ${{ env.PROJECT_CONFIGURATION }} --no-restore - name: dotnet test - run: dotnet test --no-restore --verbosity minimal + run: dotnet test --configuration ${{ env.PROJECT_CONFIGURATION }} --no-restore --verbosity minimal - name: dotnet pack if: github.ref_type == 'tag'