Skip to content

Commit

Permalink
Add alias for docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Apr 3, 2024
1 parent 6297160 commit 4a19360
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/setup-integration-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ runs:
sudo apt-get remove -y moby-compose
sudo apt-get install -y docker-compose-plugin
# add alias for docker compose
ln -f -s /usr/libexec/docker/cli-plugins/docker-compose /usr/local/bin/docker-compose
echo "Docker Compose Version:"
docker-compose version
Expand Down

0 comments on commit 4a19360

Please sign in to comment.