File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 32
32
- name : Build
33
33
run : dotnet build --no-restore ./src/Application/src/RazorPagesTestSample/RazorPagesTestSample.csproj
34
34
- name : Test
35
- run : dotnet test --verbosity normal ./src/Application/tests/RazorPagesTestSample.Tests/RazorPagesTestSample.Tests.csproj
35
+ run : dotnet test --no-build -- verbosity normal ./src/Application/tests/RazorPagesTestSample.Tests/RazorPagesTestSample.Tests.csproj
36
36
- uses : actions/github-script@v6
37
37
if : failure()
38
38
with :
@@ -132,4 +132,4 @@ jobs:
132
132
- uses : azure/webapps-deploy@v2
133
133
with :
134
134
app-name : ' cq5qj5cc3ob6m-prod'
135
- images : cq5qj5cc3ob6mmpnpreg.azurecr.io/techexcel/dotnetcoreapp:${{github.run_number}}
135
+ images : cq5qj5cc3ob6mmpnpreg.azurecr.io/techexcel/dotnetcoreapp:${{github.run_number}}
You can’t perform that action at this time.
0 commit comments