Skip to content

Commit f6e3758

Browse files
committed
Run tests in pipeline
1 parent 1378653 commit f6e3758

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
- name: Build
4141
run: dotnet build SchoolAccount.Web.slnx --configuration Release --no-restore
4242

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-
#
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+
4646
# - name: Test report
4747
# uses: EnricoMi/publish-unit-test-result-action@v2
4848
# if: ${{ !cancelled() }}

0 commit comments

Comments
 (0)