Skip to content

Commit 376f301

Browse files
committed
Create database during test run
1 parent 04a51fd commit 376f301

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/magento_platform_tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ jobs:
245245

246246
- name: Install ${{ matrix.magento-version }} via n98-magerun2
247247
run: |
248+
mysqladmin -h127.0.0.1 -P ${{ job.services.mysql.ports[3306] }} -uroot -proot create magento; \
248249
bin/n98-magerun2 --ansi install \
249250
--magentoVersionByName="${{ matrix.magento-version }}" --installationFolder="$GITHUB_WORKSPACE/magento" \
250251
--dbHost=127.0.0.1 --dbPort=${{ job.services.mysql.ports['3306'] }} --dbUser=root --dbPass=root --dbName="magento" \

0 commit comments

Comments
 (0)