Skip to content

Commit

Permalink
path and command fix
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs committed Dec 17, 2024
1 parent 0f8048e commit 62043b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ jobs:
with:
configFile: .devcontainer/devcontainer.json
runCmd: |
cd /roots/app
composer install
while ! mysqladmin ping -h"database" --silent; do
sleep 1
done
wp core install --url=http://web:8080 --title=Acorn --admin_user=admin --admin_password=admin [email protected] --skip-email --allow-root
composer test tests/Integration/Routing
composer run-script test tests/Integration/Routing
- name: Verify routes
run: |
Expand Down

0 comments on commit 62043b6

Please sign in to comment.