From a35571c20baabb0aa06018b1cfc3426063418fc5 Mon Sep 17 00:00:00 2001 From: Chris Riccomini Date: Fri, 26 Jan 2024 16:39:27 -0800 Subject: [PATCH] Remove duplicate `docker compose` in docker-compose.yml 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. --- .github/workflows/ci.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b69fb2f..a0ead4a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -85,11 +85,6 @@ jobs: run: | pdm run integration - - name: Docker Compose Down - uses: isbang/compose-action@v1.5.1 - with: - compose-file: tests/docker-compose.yml - spec-tests: runs-on: ubuntu-latest needs: integration-tests