Skip to content

Commit

Permalink
docker CI mypy 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Gomnonix committed Aug 13, 2024
1 parent 0dc55f0 commit f35800b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Run lint and type checks
run: |
docker-compose run --rm app sh -c "mypy"
docker-compose run --rm app sh -c "mypy ."

# Docker 이미지를 사용하여 테스트
- name: Run tests
Expand Down

0 comments on commit f35800b

Please sign in to comment.