Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nesrineabdmouleh committed Jun 25, 2024
1 parent 2455eff commit c4152c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ui-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ jobs:
working-directory: tests/UI/
env:
PS_VERSION: ${{ env.PS_DOCKER }}${{ env.SUFFIX }}
PS_INSTALL_AUTO: 0
run: |
docker compose -f "docker-compose.yml" up -d --build
bash -c 'while [[ "$(curl -L -s -o /dev/null -w %{http_code} http://localhost/)" != "200" ]]; do sleep 5; done'
Expand Down
2 changes: 1 addition & 1 deletion tests/UI/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- mysql
environment:
- PS_DEV_MODE=1
- PS_INSTALL_AUTO:0
- PS_INSTALL_AUTO:${PS_INSTALL_AUTO:-1}
- PS_DOMAIN=localhost
- PS_LANGUAGE=en
- PS_COUNTRY=fr
Expand Down

0 comments on commit c4152c2

Please sign in to comment.