Skip to content

Commit

Permalink
change test.yml
Browse files Browse the repository at this point in the history
오타 수정
  • Loading branch information
oortclwd committed Mar 30, 2022
1 parent b3a9ee9 commit 45a4601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
services:
mysql:
image: mysql8.0
image: mysql:8.0
ports:
- 3306:3306
env:
Expand Down Expand Up @@ -48,4 +48,4 @@ jobs:
DB_PORT: 3306
DB_NAME: testing
run:
pytest
pytest

0 comments on commit 45a4601

Please sign in to comment.