Skip to content

Commit

Permalink
build(cd): run tests before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
R-unic committed Jan 6, 2025
1 parent 455cf97 commit 17b8fce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: Package the project
run: dotnet pack -c Release

- name: Run tests
run: dotnet test --verbosity normal

- name: Check if version is already published
id: check_version
Expand Down

0 comments on commit 17b8fce

Please sign in to comment.