Skip to content

Commit

Permalink
c1
Browse files Browse the repository at this point in the history
  • Loading branch information
sbansla committed Aug 6, 2024
1 parent 5ec9b4b commit 0ad87d5
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,17 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
# Set up Docker Compose
- name: Set up Docker Compose
uses: docker/compose-action@v2
with:
version: '2.15.0' # Use the latest version or specify the required version

- name: Set Go env vars
run: |
echo "GOPATH=$HOME" >> $GITHUB_ENV
echo "GOBIN=$HOME/bin" >> $GITHUB_ENV
echo "GO111MODULE=off" >> $GITHUB_ENV
- 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 0ad87d5

Please sign in to comment.