Skip to content

Commit

Permalink
Look at the context
Browse files Browse the repository at this point in the history
  • Loading branch information
HeyNonster committed Jan 23, 2025
1 parent 32e1f3d commit 838dd67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
bundler-cache: true
- name: Check MySQL service health
run: mysql -uroot -proot -e 'show databases'
- run: mysql -uroot -proot -e "SHOW GLOBAL VARIABLES LIKE '%time%'"
- run: mysql -uroot -proot -e "SHOW SESSION VARIABLES LIKE '%time%'"
- name: Create user 'john-doe' in MySQL
run: mysql --host 127.0.0.1 --port 3306 -uroot -proot -e "CREATE USER 'john-doe'; GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP,INDEX ON *.* TO 'john-doe'; FLUSH PRIVILEGES;"
- run: bundle exec rake test
Expand Down

0 comments on commit 838dd67

Please sign in to comment.