Skip to content

Commit a595175

Browse files
committed
test: remove storybook from tests
1 parent 08de50a commit a595175

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ jobs:
537537
tests-done:
538538
name: ✅ Tests Done
539539
runs-on: ubuntu-24.04
540-
needs: [checks, test-storybook, test-unit, test-api, test-ui, test-api-ee, test-ui-ee, test-ui-ee-watcher, test-federation-matrix]
540+
needs: [checks, test-unit, test-api, test-ui, test-api-ee, test-ui-ee, test-ui-ee-watcher, test-federation-matrix]
541541
if: always()
542542
steps:
543543
- name: Test finish aggregation
@@ -546,10 +546,6 @@ jobs:
546546
exit 1
547547
fi
548548
549-
if [[ '${{ needs.test-storybook.result }}' != 'success' ]]; then
550-
exit 1
551-
fi
552-
553549
if [[ '${{ needs.test-unit.result }}' != 'success' ]]; then
554550
exit 1
555551
fi

0 commit comments

Comments
 (0)