Skip to content

Commit

Permalink
ci: build add test step
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneD authored Aug 14, 2023
1 parent a0eeb53 commit e325411
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ jobs:
run: |
dotnet build --nologo --no-restore --no-incremental --configuration Debug Ops.sln
- name: Test
shell: bash
run: dotnet dotcover test --dcReportType=HTML --nologo --no-build --filter 'FullyQualifiedName!~IntegrationTests' Ops.sln

- name: Sonar end build & analyze
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
Expand Down

0 comments on commit e325411

Please sign in to comment.