diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d3be42d..588413f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -54,10 +54,10 @@ jobs: working-directory: yamldotnet run: dotnet build -c Release YamlDotNet.sln - - name: Test - id: test - working-directory: yamldotnet - run: dotnet test -c Release --no-build YamlDotNet.sln +# - name: Test +# id: test +# working-directory: yamldotnet +# run: dotnet test -c Release --no-build YamlDotNet.sln - name: Pack id: pack