Temporarily allow screenshot test failures to avoid blocking the pipeline until the screenshot test is stable.

This commit is contained in:
Henning Dieterichs
2026-04-07 23:45:14 +02:00
parent fba847a2b7
commit 389903d431

View File

@@ -22,6 +22,7 @@ jobs:
screenshots:
name: Checking Component Screenshots
runs-on: ubuntu-latest
continue-on-error: true # TODO(hediet): Remove once screenshot pipeline is stable
steps:
- name: Checkout
uses: actions/checkout@v6