Skip to content

Commit

Permalink
Rely on upstream tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardCooke authored Jul 14, 2024
1 parent b1ef879 commit 98aa694
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98aa694

Please sign in to comment.