Skip to content

Commit

Permalink
enable mysql service
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Feb 18, 2024
1 parent cc22b3a commit 2d06445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Start MySQL
run: |
sudo /etc/init.d/mysql start
./sql/init-mysql.sh
sh sql/init-mysql.sh
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
name: Node ${{ matrix.node-version }} on ${{ matrix.os }}
Expand Down

0 comments on commit 2d06445

Please sign in to comment.