Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hgherzog committed Oct 17, 2024
1 parent bed0ba2 commit ba3547b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,8 @@ jobs:
- name: Run tests with Docker Compose
run: |
docker compose -f docker-compose.yaml run test pytest tests/
env:
IMAGE_NAME: ${{ needs.build.outputs.ghcr_docker_image }}
- name: Clean up
if: always()
run: |
dockercompose -f docker-compose.yaml down
docker compose -f docker-compose.yaml down

0 comments on commit ba3547b

Please sign in to comment.