Skip to content

Commit c48c5fa

Browse files
Fix integration workflow args for Microsoft.Testing.Platform
Co-authored-by: ValeraFinebits <50830352+ValeraFinebits@users.noreply.github.com>
1 parent 49efcce commit c48c5fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: >-
4949
dotnet test "BTCPayServer.Plugins.Payjoin.IntegrationTests/BTCPayServer.Plugins.Payjoin.IntegrationTests.csproj"
5050
-c Release --no-build --no-restore
51-
-- RunConfiguration.TreatNoTestsAsError=true xUnit.Explicit=${{ env.XUNIT_EXPLICIT_MODE }}
51+
-- --minimum-expected-tests 1 --explicit ${{ env.XUNIT_EXPLICIT_MODE }}
5252
- name: Print Docker diagnostics
5353
if: failure()
5454
shell: bash

0 commit comments

Comments
 (0)