From 2d064450c99d5ec6a6d6720b8faecdf1659b1ad3 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Sat, 17 Feb 2024 19:15:11 -0800 Subject: [PATCH] enable mysql service --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3743b17..54e4b1b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}