There was an error while loading. Please reload this page.
1 parent 1378653 commit f6e3758Copy full SHA for f6e3758
1 file changed
.github/workflows/build.yml
@@ -40,9 +40,9 @@ jobs:
40
- name: Build
41
run: dotnet build SchoolAccount.Web.slnx --configuration Release --no-restore
42
43
-# - name: Test
44
-# run: dotnet test SchoolAccount.Web.slnx --configuration Release --no-restore --no-build -- --report-trx --coverage --coverage-output-format cobertura --coverage-settings ${{ github.workspace }}/coverage.config
45
-#
+ - name: Test
+ run: dotnet test SchoolAccount.Web.slnx --configuration Release --no-restore --no-build -- --report-trx --coverage --coverage-output-format cobertura --coverage-settings ${{ github.workspace }}/coverage.config
+
46
# - name: Test report
47
# uses: EnricoMi/publish-unit-test-result-action@v2
48
# if: ${{ !cancelled() }}
0 commit comments