Skip to content

Commit

Permalink
Fix. Code. Auto tests github action fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Glomberg committed Nov 22, 2023
1 parent fd80730 commit 19a337d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ jobs:
with:
php-version: ${{ env.PHP_VERSION }}

- name: Set up MySQL
uses: mirromutth/[email protected]
with:
mysql version: '8.0'
mysql database: 'wordpress_test'
mysql user: 'root'
mysql password: ''

- name: Code Checkout
uses: actions/checkout@v4

Expand Down

0 comments on commit 19a337d

Please sign in to comment.