From 08d5e1ff54f52717653ae2e313bfa2fabb32b228 Mon Sep 17 00:00:00 2001 From: ChristopherPHolder Date: Thu, 4 Jul 2024 07:53:27 +0200 Subject: [PATCH] fix(workspace): pipeline depends on test --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 504fb48..2411c04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -187,7 +187,7 @@ jobs: deploy-front-end: name: Deploy Front-End - needs: [e2e, build, lint] + needs: [test, build, lint, e2e] runs-on: ubuntu-latest steps: @@ -229,7 +229,7 @@ jobs: deploy-server: name: Deploy Server - needs: [e2e, build, lint] + needs: [test, build, lint, e2e] runs-on: ubuntu-latest steps: