diff --git a/.github/workflows/test-front.yml b/.github/workflows/test-front.yml index aae14dbf..375dccfb 100644 --- a/.github/workflows/test-front.yml +++ b/.github/workflows/test-front.yml @@ -10,7 +10,6 @@ jobs: uses: actions/checkout@v2 - name: Goto frontend and run tests run: cd frontend && npm i && npm test - docker: needs: test-front if: github.ref == 'refs/heads/main'