Skip to content

Commit

Permalink
fix build and test action
Browse files Browse the repository at this point in the history
Install docker-compose which appears to not being installed
by default anymore.
  • Loading branch information
mougams committed Aug 22, 2024
1 parent 8f05dde commit 87e9a29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/build_and_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
set -x
set -e

sudo curl -Lo /usr/bin/docker-compose https://github.com/docker/compose/releases/download/v2.23.3/docker-compose-linux-x86_64
sudo chmod 755 /usr/bin/docker-compose
go run .github/scripts/prepare/main.go
sleep 20

Expand Down

0 comments on commit 87e9a29

Please sign in to comment.