Skip to content

Commit

Permalink
update docker compose build command
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtatsuki05 committed Oct 13, 2024
1 parent 4c885d6 commit bfe2259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
- name: Setup docker
shell: bash
run: |
docker compose build --progress=plain
docker compose build
docker compose up -d
- name: Test
run: docker compose exec python-cpu uv run tox

0 comments on commit bfe2259

Please sign in to comment.