From dd04e5a759dddb927220c2d31eb17babd927d940 Mon Sep 17 00:00:00 2001 From: wuriyanto Date: Thu, 31 Aug 2023 22:00:47 +0700 Subject: [PATCH] github actions: fix typo --- .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 b0d1b83..4eeb421 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-20.04 services: - postgres: + mysql: image: wuriyanto/mysql-crypsi:latest ports: - 3306:3306