Skip to content

Commit ea47d1d

Browse files
committed
Add ahoy to CI image
1 parent 8ee7166 commit ea47d1d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test-scaffold.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@ jobs:
5757
echo "[INFO] Docker Compose version."
5858
docker compose version
5959
60+
-
61+
name: Install Ahoy
62+
run: |
63+
sudo wget -qO /usr/local/bin/ahoy https://github.com/ahoy-cli/ahoy/releases/latest/download/ahoy-bin-linux-amd64
64+
sudo chmod +x /usr/local/bin/ahoy
65+
ahoy --version
66+
6067
-
6168
name: Setup Docker network
6269
run: docker network prune -f >/dev/null 2>&1 && docker network inspect amazeeio-network >/dev/null 2>&1 || docker network create amazeeio-network >/dev/null 2>&1 || true

0 commit comments

Comments
 (0)