Skip to content

Commit

Permalink
ci: run tests during GHA workflow, too
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Oct 12, 2024
1 parent 0d3b0a3 commit f089faf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}

- name: Tests
working-directory: ${{env.GITHUB_WORKSPACE}}
run: dotnet test --logger "console;verbosity=detailed" /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}

# Inno Setup 6.3.3 is already installed on the Windows 2022 image. See
# <https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md>
# for pre-installed software.
Expand Down

0 comments on commit f089faf

Please sign in to comment.