Skip to content

Commit

Permalink
Test release build
Browse files Browse the repository at this point in the history
  • Loading branch information
rivnakm committed Dec 29, 2024
1 parent 9b64851 commit 7857a26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
- name: Run unit tests
run: |
dotnet test --no-build --settings=unit_tests.runsettings --collect:"XPlat Code Coverage" --logger "trx;LogFileName=TestResults.xml"
dotnet test --no-build --configuration Release --settings=unit_tests.runsettings --collect:"XPlat Code Coverage" --logger "trx;LogFileName=TestResults.xml"
- name: Run integration tests
run: |
dotnet test --no-build --settings=integration_tests.runsettings --logger "trx;LogFileName=TestResults.xml"
dotnet test --no-build --configuration Release --settings=integration_tests.runsettings --logger "trx;LogFileName=TestResults.xml"
- name: Publish test results
uses: EnricoMi/publish-unit-test-result-action@v2
Expand Down

0 comments on commit 7857a26

Please sign in to comment.