Skip to content

Commit

Permalink
⚗️ check out mysql defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Aug 25, 2024
1 parent e175a44 commit c00bda8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/tinker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Tinker with mysql
on:
pull_request

jobs:
tinker:
runs-on: ubuntu-latest
steps:
- name: see if mysql is running
run: sudo systemctl status mysql

0 comments on commit c00bda8

Please sign in to comment.