Skip to content

Commit

Permalink
added docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
sbansla committed Sep 24, 2024
1 parent 0bd28bf commit 88bd6eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_AUTH_TOKEN }}

- name: Install Docker Compose
run: |
sudo apt-get update
sudo apt-get install -y docker-compose
- name: Build & Test
run: make test-docker version=${{ matrix.python-version }}

Expand Down

0 comments on commit 88bd6eb

Please sign in to comment.