From 45a4601da4307ba3b0aa5aac0aa6af825ec25d63 Mon Sep 17 00:00:00 2001 From: oortclwd <98202727+oortclwd@users.noreply.github.com> Date: Thu, 31 Mar 2022 07:25:23 +0900 Subject: [PATCH] change test.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 오타 수정 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c724780..0e2ba94 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest services: mysql: - image: mysql8.0 + image: mysql:8.0 ports: - 3306:3306 env: @@ -48,4 +48,4 @@ jobs: DB_PORT: 3306 DB_NAME: testing run: - pytest \ No newline at end of file + pytest