Skip to content

Commit

Permalink
run-app.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rrivera-rene authored Nov 9, 2024
1 parent 2ff1ef2 commit 539ddd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ jobs:
run: dotnet restore GithubActions.sln
- name: Build
run: msbuild /p:Configuration=Release GithubActions.sln
- name: Run Unit Tests
run: mono ./packages/NUnit.ConsoleRunner.*/tools/nunit3-console.exe ./Tests/bin/Release/Tests.dll

0 comments on commit 539ddd6

Please sign in to comment.