Trying to fix issue with Github rights

This commit is contained in:
David Négrier 2021-11-23 18:42:25 +01:00
parent 3aec774cf3
commit ab337409a1
3 changed files with 7 additions and 3 deletions

View file

@ -26,5 +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: "Run tests"
run: docker-compose -f docker-compose.testcafe.yml up
run: UID=$(id -u) GID=$(id -g) docker-compose -f docker-compose.testcafe.yml up