File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 77 push :
88 branches :
99 - main
10- pull_request :
11- branches :
12- - main
1310 workflow_dispatch :
1411
1512jobs :
4239 with :
4340 name : test-results
4441 path : ' **/*.trx'
45-
46- - name : Upload dotnet test results
47- uses : actions/upload-artifact@v4
48- with :
49- name : dotnet-results-${{ matrix.dotnet-version }}
50- path : TestResults-${{ matrix.dotnet-version }}
5142
5243 - name : dotnet publish
5344 run : dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp
Original file line number Diff line number Diff line change 2929 run : dotnet build --configuration Release
3030
3131 - name : Test with dotnet
32- run : dotnet test --no-build -- configuration Release --logger "trx;LogFileName=testresults.trx"
32+ run : dotnet test --configuration Release --logger "trx;LogFileName=testresults.trx"
3333 working-directory : ./api.Tests
3434
3535 - name : Publish test results
You can’t perform that action at this time.
0 commit comments