Skip to content

Commit 0a3c40e

Browse files
Fixing Run Test step with directory definition issue
1 parent 80be525 commit 0a3c40e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master_blazorticketmasterapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Run tests
2929
# run: dotnet test --no-build --verbosity normal
30-
run: dotnet test BlazorTicketMasterApp/BlazorTicketMasterApp.UnitTests/BlazorTicketMasterApp.UnitTests.csproj --no-build --verbosity normal
30+
run: dotnet test BlazorTicketMasterApp.UnitTests/BlazorTicketMasterApp.UnitTests.csproj --no-build --verbosity normal
3131

3232
- name: dotnet publish
3333
# run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp

0 commit comments

Comments
 (0)