Skip to content

Commit

Permalink
Add test and verify formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
joelverhagen committed May 29, 2024
1 parent 645d6a8 commit 1297d0d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
- name: Build
run: dotnet build --no-restore --configuration Release

- name: Test
run: dotnet test --no-restore --no-build --configuration Release

- name: Verify formatted
run: dotnet format --verify-no-changes

- name: Pack
run: dotnet pack --output artifacts --no-restore --no-build --configuration Release

Expand Down

0 comments on commit 1297d0d

Please sign in to comment.