File tree 1 file changed +1
-25
lines changed
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)
2
2
3
3
on :
4
4
push :
46
46
path : ./src/FSharpy.TaskSeq.Test/TestResults/test-results-release.trx
47
47
reporter : dotnet-trx
48
48
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
-
73
49
# deploy:
74
50
# name: deploy
75
51
# runs-on: ubuntu-latest
You can’t perform that action at this time.
0 commit comments