Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu committed Dec 20, 2023
1 parent d067f65 commit 9a13291
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,13 @@ jobs:
mysql:
image: mysql:8.0.21
env:
MYSQL_HOST: 127.0.0.1
MYSQL_USER: root
MYSQL_PASSWORD: password
MYSQL_ROOT_PASSWORD: password
MYSQL_PORT: 3306
ports:
- 3306:3306

steps:
- run: |
- name: Start MySQL
run: |
sudo /etc/init.d/mysql start
- name: Checkout
Expand Down

0 comments on commit 9a13291

Please sign in to comment.