Skip to content

Commit 3464d48

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

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,14 @@ jobs:
4141
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo
4242
coverage: none
4343
- name: Setup MySQL
44-
uses: shogo82148/actions-setup-mysql@v1
45-
with:
46-
myql-version: "8.0"
4744
env:
4845
DB_USERNAME: root
4946
DB_PASSWORD: root
5047
DB_DATABASE: workflow_storage_testing
5148

52-
- run: mysql -e 'CREATE DATABASE ${{ env.DB_DATABASE }};' -u${{ env.DB_USERNAME }} -p${{ env.DB_PASSWORD }}
49+
- run: |
50+
mysql -e 'CREATE DATABASE ${{ env.DB_DATABASE }};' -u${{ env.DB_USERNAME }} -p${{ env.DB_PASSWORD }}
51+
5352
- name: Setup problem matchers
5453
run: |
5554
echo "::add-matcher::${{ runner.tool_cache }}/php.json"

0 commit comments

Comments
 (0)