From 798b2185a518b4b61dac99711e3ad295ae242666 Mon Sep 17 00:00:00 2001 From: Guillermo Date: Tue, 2 May 2023 00:58:59 +0200 Subject: [PATCH] Fix issue with ci/cd config (#183) --- .github/workflows/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 1eab733..1285110 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -123,7 +123,7 @@ jobs: # DEPLOY PROJECT (PRODUCTION) deploy-prod: - needs: [ tests ] + needs: [ test ] if: github.ref == 'refs/heads/master' runs-on: ubuntu-latest