diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 25df87e78..5b13b0d6a 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -21,8 +21,8 @@ jobs: run: dotnet restore - name: Build run: dotnet build --configuration Release --no-restore - - name: Test - run: dotnet test --no-restore --verbosity normal - name: github-action-publish-binaries uses: skx/github-action-publish-binaries@release-0.14 + - name: Test + run: dotnet test --no-restore --verbosity normal