mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
🔧 Simplfy circleci workflow dependencies
Some checks failed
Commit Message Check / Check Commit Message (push) Has been cancelled
Some checks failed
Commit Message Check / Check Commit Message (push) Has been cancelled
This commit is contained in:
@@ -326,24 +326,16 @@ jobs:
|
|||||||
workflows:
|
workflows:
|
||||||
penpot:
|
penpot:
|
||||||
jobs:
|
jobs:
|
||||||
- lint
|
|
||||||
- test-frontend:
|
- test-frontend:
|
||||||
requires:
|
requires:
|
||||||
- lint: success
|
- lint: success
|
||||||
|
|
||||||
- test-library:
|
- test-library:
|
||||||
requires:
|
requires:
|
||||||
- test-frontend: success
|
|
||||||
- lint: success
|
- lint: success
|
||||||
|
|
||||||
- test-components:
|
- test-components:
|
||||||
requires:
|
requires:
|
||||||
- test-frontend: success
|
|
||||||
- lint: success
|
|
||||||
|
|
||||||
- test-integration:
|
|
||||||
requires:
|
|
||||||
- test-frontend: success
|
|
||||||
- lint: success
|
- lint: success
|
||||||
|
|
||||||
- test-backend:
|
- test-backend:
|
||||||
@@ -354,4 +346,6 @@ workflows:
|
|||||||
requires:
|
requires:
|
||||||
- lint: success
|
- lint: success
|
||||||
|
|
||||||
|
- lint
|
||||||
|
- test-integration
|
||||||
- test-render-wasm
|
- test-render-wasm
|
||||||
|
|||||||
Reference in New Issue
Block a user