Skip to content

Commit 94e2288

Browse files
committed
Cleanup main.yaml
1 parent 7724332 commit 94e2288

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

.github/workflows/main.yaml

+1-25
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ci
1+
name: Build main (release)
22

33
on:
44
push:
@@ -46,30 +46,6 @@ jobs:
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

0 commit comments

Comments
 (0)