File tree Expand file tree Collapse file tree 1 file changed +1
-25
lines changed
Expand file tree Collapse file tree 1 file changed +1
-25
lines changed Original file line number Diff line number Diff line change 1- name : ci
1+ name : Build main (release)
22
33on :
44 push :
4646 path : ./src/FSharpy.TaskSeq.Test/TestResults/test-results-release.trx
4747 reporter : dotnet-trx
4848
49- test-debug :
50- name : Test Debug Build
51- runs-on : windows-latest
52- steps :
53- # checkout the code
54- - name : checkout-code
55- uses : actions/checkout@v3
56- with :
57- fetch-depth : 0
58- # setup dotnet based on global.json
59- - name : setup-dotnet
60- uses : actions/setup-dotnet@v3
61- # build it, test it, pack it
62- - name : Run dotnet test - debug
63- run : dotnet test -c Debug --blame-hang-timeout 60000ms --logger "trx;LogFileName=test-results-debug.trx" --logger "console;verbosity=detailed" .\src\FSharpy.TaskSeq.Test\FSharpy.TaskSeq.Test.fsproj
64- - name : Publish test results - debug
65- uses : dorny/test-reporter@v1
66- if : always()
67- with :
68- name : Report debug tests
69- # this path glob pattern requires forward slashes!
70- path : ./src/FSharpy.TaskSeq.Test/TestResults/test-results-debug.trx
71- reporter : dotnet-trx
72-
7349 # deploy:
7450 # name: deploy
7551 # runs-on: ubuntu-latest
You can’t perform that action at this time.
0 commit comments