Skip to content

Commit

Permalink
⚗️ check out mysql defaults 3
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Aug 25, 2024
1 parent 794fc6c commit f5a33ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tinker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ jobs:
tinker:
runs-on: ubuntu-latest
steps:
- name: start mysql
run: sudo service mysql start
- name: lets just try to create a db
run: mysql -e 'CREATE DATABASE bio-test;' -uroot

0 comments on commit f5a33ca

Please sign in to comment.