This commit is contained in:
Henning Dieterichs
2026-05-04 17:01:12 +02:00
committed by Henning Dieterichs
parent 3a271147c5
commit b4399bee94
2 changed files with 53 additions and 5 deletions
+1
View File
@@ -64,6 +64,7 @@ jobs:
run: ./node_modules/.bin/component-explorer render --project ./test/componentFixtures/component-explorer.json
- name: Log fixture errors
if: always()
run: |
MANIFEST="test/componentFixtures/.screenshots/current/manifest.json"
if [ ! -f "$MANIFEST" ]; then