diff --git a/.github/workflows/end_to_end_tests.yml b/.github/workflows/end_to_end_tests.yml index 1a1d17b8..e5cd7d86 100644 --- a/.github/workflows/end_to_end_tests.yml +++ b/.github/workflows/end_to_end_tests.yml @@ -26,8 +26,8 @@ jobs: - name: "Start environment" run: docker-compose up -d - - name: "Wait for environment to build" - run: docker-compose logs -f --tail=0 front | grep -m 1 "Compiled successfully" + - name: "Wait for environment to build (and downloading testcafe image)" + run: (docker-compose -f docker-compose.testcafe.yml pull &) && docker-compose logs -f --tail=0 front | grep -m 1 "Compiled successfully" - name: "Run tests" run: docker-compose -f docker-compose.testcafe.yml up --exit-code-from testcafe