E2E Pipeline: QA Remove continue on error condition (#20371)

Remove
This commit is contained in:
Andreas Zerbst
2025-10-03 14:50:23 +02:00
committed by GitHub
parent c5b4571cd5
commit 29bdd3cac0

View File

@@ -51,7 +51,6 @@ steps:
# Test
- pwsh: ${{ parameters.testCommand }}
displayName: Run Playwright tests
continueOnError: true
workingDirectory: tests/Umbraco.Tests.AcceptanceTest
env:
CI: true