Trying to speed up process

This commit is contained in:
David Négrier 2021-11-23 19:01:56 +01:00
parent 678fb71a7a
commit 609af979ff
1 changed files with 2 additions and 2 deletions

View File

@ -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