From 2b1a7e504fdf9e9710a2b2848c653edccc57b5f2 Mon Sep 17 00:00:00 2001 From: Agnes Lin Date: Sun, 11 Apr 2021 23:50:03 -0400 Subject: [PATCH] ci: start over wirh builtin mysql] Signed-off-by: Agnes Lin --- .github/workflows/continuous-integration.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index b9d1e06..0e47706 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -63,7 +63,8 @@ jobs: # mysql -uroot -proot -e "show databases" - name: npm install, build, and test run: | - sudo ls /usr/bin/docker + sudo systemctl enable mysql.service + sudo systemctl start mysql.service docker ps -a mysql -uroot -proot -e "show databases" npm install