diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 523b242..aac5ebd 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -17,7 +17,7 @@ jobs: - name: Check out code uses: actions/checkout@v2 - name: Goto e2e and run tests - run: npm start e2e + run: docker compose -f docker-compose.e2e.yml up --build --exit-code-from e2e docker: needs: test-front