Skip to content

Commit c8c6e89

Browse files
Update master_blazorticketmasterapp.yml
Here is an updated version of my workflow with the --no-build option removed to ensure the test project is built.
1 parent 0a3c40e commit c8c6e89

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.UnitTests/BlazorTicketMasterApp.UnitTests.csproj --no-build --verbosity normal
30+
run: dotnet test BlazorTicketMasterApp.UnitTests/BlazorTicketMasterApp.UnitTests.csproj --verbosity normal
3131

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

0 commit comments

Comments
 (0)