We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1f3efd commit 178edecCopy full SHA for 178edec
.github/workflows/build-and-test.yml
@@ -105,16 +105,16 @@ jobs:
105
--configuration "${{ env.CONFIGURATION }}"
106
--no-restore
107
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
+# - name: Test
+# timeout-minutes: 60
+# if: runner.os == 'Linux'
+# run: >-
+# dotnet test "${{ env.PROJECT_PATH }}"
+# --no-restore
+# --no-build
+# --verbosity normal
+# --logger trx
+# --results-directory "TestResults-${{ matrix.os }}" || true
118
119
- name: Upload test results
120
if: ${{ always() }}
0 commit comments