Skip to content

Commit

Permalink
Added automated run of tests to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EwyBoy committed Jan 5, 2024
1 parent b7f821a commit 3562ab3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_spacewarp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- name: Build the solution
run: dotnet build "SpaceWarp.sln" -c Release

- name: Run automated tests
run: dotnet test "SpaceWarp.sln"

- name: Find zip
id: find-zip
run: |
Expand Down

0 comments on commit 3562ab3

Please sign in to comment.