Skip to content

Commit

Permalink
Update build-publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinki14 committed Dec 26, 2023
1 parent 4fc23d2 commit ab41749
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
run: dotnet build --configuration Release
working-directory: ./src

- name: Test
run: dotnet test
working-directory: ./src

- name: Pack
run: dotnet pack --configuration Release
working-directory: ./src

0 comments on commit ab41749

Please sign in to comment.