Skip to content

Commit

Permalink
Update dotnetcore.yml
Browse files Browse the repository at this point in the history
move publish before test so failing unit tests don't prevent publishing
  • Loading branch information
ekolis authored May 22, 2020
1 parent 7a300fc commit 754324c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
- name: Test
run: dotnet test --no-restore --verbosity normal

0 comments on commit 754324c

Please sign in to comment.