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

Cherrypicked changes
This commit is contained in:
Andreas Zerbst
2025-10-03 09:02:10 +02:00
committed by GitHub
parent 5a565b7e8d
commit e0449d3c00

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