Skip to content

Commit

Permalink
fix: fix automated tests to use compose v2
Browse files Browse the repository at this point in the history
  • Loading branch information
seanohair22 committed Aug 13, 2024
1 parent 769fe12 commit 8241b4f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,6 @@ jobs:
- name: Install Docker
uses: docker/setup-buildx-action@v1

- name: Install Docker Compose
run: |
sudo apt-get update
sudo apt-get install -y docker-compose
- name: Install Dependencies
run: |
sudo apt-get update
Expand Down

0 comments on commit 8241b4f

Please sign in to comment.