Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ set -e # Exit immediately if a command exits with a non-zero status.
echo "--- Running .NET Unit & Integration Tests ---"
export DOTNET_ROOT=$HOME/.dotnet
export PATH=$PATH:$DOTNET_ROOT:$DOTNET_ROOT/tools
dotnet test
dotnet test src/IdentityService/IdentityService.sln
dotnet test src/NotificationService/NotificationService.sln
dotnet test src/CoachingService/CoachingService.sln

echo "--- Running Frontend E2E Tests ---"
cd src/frontend-web
Expand Down
Loading