Skip to content

Commit

Permalink
ci.ymlのrunをexecに (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
shun-harutaro authored Sep 20, 2024
1 parent d34fb3e commit 4908a6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Run docker-compose Build
run: docker compose -f docker-compose.yml -f docker-compose.dev.yml up --build -d
- name: Run flake8
run: docker compose run --entrypoint "flake8" api
run: docker compose exec api flake8

- name: Run test
run: docker compose run --entrypoint "pytest" api
run: docker compose exec api pytest

0 comments on commit 4908a6b

Please sign in to comment.