From b8978863f44a3e35fcdbcc60ddb35b3750af3641 Mon Sep 17 00:00:00 2001 From: midudev Date: Sun, 8 Aug 2021 21:54:29 +0200 Subject: [PATCH] Fix wrong job tests --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 9acaa93..6b3284d 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -92,7 +92,7 @@ jobs: wait-on: http://localhost:5000 deploy: - needs: [tests, e2e] + needs: [test, e2e] runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2