Skip to content

Commit 178edec

Browse files
committed
[GithubActions] Disable tests (tmp)
1 parent b1f3efd commit 178edec

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/build-and-test.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -105,16 +105,16 @@ jobs:
105105
--configuration "${{ env.CONFIGURATION }}"
106106
--no-restore
107107
108-
- name: Test
109-
timeout-minutes: 60
110-
if: runner.os == 'Linux'
111-
run: >-
112-
dotnet test "${{ env.PROJECT_PATH }}"
113-
--no-restore
114-
--no-build
115-
--verbosity normal
116-
--logger trx
117-
--results-directory "TestResults-${{ matrix.os }}" || true
108+
# - name: Test
109+
# timeout-minutes: 60
110+
# if: runner.os == 'Linux'
111+
# run: >-
112+
# dotnet test "${{ env.PROJECT_PATH }}"
113+
# --no-restore
114+
# --no-build
115+
# --verbosity normal
116+
# --logger trx
117+
# --results-directory "TestResults-${{ matrix.os }}" || true
118118

119119
- name: Upload test results
120120
if: ${{ always() }}

0 commit comments

Comments
 (0)