Skip to content

Commit

Permalink
Remove duplicate docker compose in docker-compose.yml
Browse files Browse the repository at this point in the history
I copy-pasted too much from GPT4. Managed to pull in a duplicate command. It
looks like the docker action I'm using handles cleanup automatically.
  • Loading branch information
criccomini committed Jan 27, 2024
1 parent 6c1428e commit 2bf0dff
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@ jobs:
run: |
pdm run integration
- name: Docker Compose Down
uses: isbang/[email protected]
with:
compose-file: tests/docker-compose.yml

spec-tests:
runs-on: ubuntu-latest
needs: integration-tests
Expand Down

0 comments on commit 2bf0dff

Please sign in to comment.