From 0f3ca677731d24bb3c53ae24110a3be2f1598aa2 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 13 Oct 2025 18:36:59 +0200 Subject: [PATCH] :wrench: Simplfy circleci workflow dependencies --- .circleci/config.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8747b7804e..17e6a25fbc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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