Skip to content

Commit 9c6ff62

Browse files
committed
Disable tests on Linux for now
1 parent f5611b9 commit 9c6ff62

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/build-dev.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ 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
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
2626

2727
test-win:
2828
runs-on: windows-latest

0 commit comments

Comments
 (0)