🔧 Simplfy circleci workflow dependencies

This commit is contained in:
Andrey Antukh 2025-10-13 18:36:59 +02:00
parent 1c06c87acf
commit 0f3ca67773
1 changed files with 2 additions and 8 deletions

View File

@ -326,24 +326,16 @@ jobs:
workflows:
penpot:
jobs:
- lint
- test-frontend:
requires:
- lint: success
- test-library:
requires:
- test-frontend: success
- lint: success
- test-components:
requires:
- test-frontend: success
- lint: success
- test-integration:
requires:
- test-frontend: success
- lint: success
- test-backend:
@ -354,4 +346,6 @@ workflows:
requires:
- lint: success
- lint
- test-integration
- test-render-wasm