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