Skip to content

Commit

Permalink
Merge branch 'main' into upgrade-axios
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 authored Oct 16, 2024
2 parents 80dfa5c + b4aeb0c commit 41822c1
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 @@ -32,6 +32,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: Run Tests
run: make test-docker

Expand Down

0 comments on commit 41822c1

Please sign in to comment.