Skip to content

Commit b3a09e2

Browse files
committed
Disable tests on Linux for now
1 parent 329c43e commit b3a09e2

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/build-dev.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ on:
1212
- '*'
1313

1414
jobs:
15+
# test-netcore-linux:
16+
# runs-on: ubuntu-latest
17+
#
18+
# steps:
19+
# - uses: actions/checkout@v1
20+
# - uses: actions/setup-dotnet@v1
21+
# with:
22+
# dotnet-version: '3.1.201'
23+
#
24+
# - name: Run tests netcoreapp3.1
25+
# run: dotnet test -c Release -f netcoreapp3.1
26+
1527
test-win:
1628
runs-on: windows-latest
1729

@@ -23,7 +35,7 @@ jobs:
2335

2436
nuget:
2537
runs-on: windows-latest
26-
needs: [test-win,test-netcore-linux]
38+
needs: [test-win] #,test-netcore-linux]
2739

2840
steps:
2941
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)