Skip to content

Commit

Permalink
Add verbosity to integration test in CI file
Browse files Browse the repository at this point in the history
  • Loading branch information
omaus committed Oct 16, 2024
1 parent b9cf9e1 commit 7198c88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x.x
- name: Build and test
- name: Run integration test
working-directory: ./
run: dotnet test
run: dotnet test -v:normal

0 comments on commit 7198c88

Please sign in to comment.