Fixing CI

This commit is contained in:
David Négrier 2021-12-05 19:24:54 +01:00
parent a864498d16
commit 97460886f0
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ jobs:
# run: docker-compose logs -f pusher | grep -q "WorkAdventure starting on port"
- name: "Run tests"
run: docker-compose -f docker-compose.testcafe.yml up --exit-code-from testcafe
run: PROJECT_DIR=$(pwd) docker-compose -f docker-compose.testcafe.yml up --exit-code-from testcafe
- name: Upload failed tests
if: ${{ failure() }}