Skip to content

Commit

Permalink
is integreated ?
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel-Dijoux committed Jan 23, 2024
1 parent ef68ec6 commit ff718c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Start MySQL
run: |
sudo systemctl start mysql
mysqladmin ping
- uses: shogo82148/actions-setup-mysql@v1
with:
distribution: "mariadb"
Expand Down

0 comments on commit ff718c6

Please sign in to comment.