We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62043b6 commit 687f0a9Copy full SHA for 687f0a9
.github/workflows/integration.yml
@@ -23,6 +23,9 @@ jobs:
23
sleep 1
24
done
25
wp core install --url=http://web:8080 --title=Acorn --admin_user=admin --admin_password=admin --admin_email=admin@example.com --skip-email --allow-root
26
+
27
+ cd /roots/acorn
28
+ composer install
29
composer run-script test tests/Integration/Routing
30
31
- name: Verify routes
0 commit comments