Skip to content

Commit

Permalink
Include tests as a part of GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
TollyH committed Oct 23, 2023
1 parent 31e789c commit f05f07c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: Test Project
run: dotnet test
- name: Publish Project
run: dotnet publish AssEmbly.csproj -p:PublishProfile="Properties/PublishProfiles/FolderProfile.pubxml" -p:TreatWarningsAsErrors=true -warnaserror
- name: Upload Build Artifact
Expand Down

0 comments on commit f05f07c

Please sign in to comment.