Skip to content

Commit cfbc5dc

Browse files
authored
Update run-tests.yml
1 parent 3464d48 commit cfbc5dc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,14 @@ jobs:
4040
php-version: ${{ matrix.php }}
4141
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo
4242
coverage: none
43+
4344
- name: Setup MySQL
4445
env:
4546
DB_USERNAME: root
4647
DB_PASSWORD: root
47-
DB_DATABASE: workflow_storage_testing
48-
49-
- run: |
48+
DB_DATABASE: workflow_storage_test
49+
run: |
50+
sudo /etc/init.d/mysql start
5051
mysql -e 'CREATE DATABASE ${{ env.DB_DATABASE }};' -u${{ env.DB_USERNAME }} -p${{ env.DB_PASSWORD }}
5152
5253
- name: Setup problem matchers

0 commit comments

Comments
 (0)