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 7f038d8 commit 8b78bb1Copy full SHA for 8b78bb1
.github/workflows/install-testing.yml
@@ -128,7 +128,7 @@ jobs:
128
DB_PORT: ${{ job.services.database.ports['3306'] }}
129
130
- name: Install WordPress
131
- run: wp core ${{ matrix.multisite && 'multisite-install' || 'install' }}' --url=http://localhost/ --title="Upgrade Test" --admin_user=admin --admin_password=password [email protected] --skip-email
+ run: wp core ${{ matrix.multisite && 'multisite-install' || 'install' }} --url=http://localhost/ --title="Upgrade Test" --admin_user=admin --admin_password=password [email protected] --skip-email
132
133
slack-notifications:
134
name: Slack Notifications
0 commit comments