Skip to content

Commit

Permalink
Enable dotnet test
Browse files Browse the repository at this point in the history
  • Loading branch information
davishoang96 committed Dec 1, 2024
1 parent b4d0f61 commit f58968c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: dotnet build
run: dotnet build --configuration Release

- name: dotnet test
run: dotnet test --verbosity normal

build_react:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit f58968c

Please sign in to comment.