Trying to fix issue with Github rights
This commit is contained in:
parent
3aec774cf3
commit
ab337409a1
3 changed files with 7 additions and 3 deletions
5
.github/workflows/end_to_end_tests.yml
vendored
5
.github/workflows/end_to_end_tests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue