mastodon/gotosocial e2e tests: infrastructure changes (#1273)

Reviewed-on: https://code.forgejo.org/forgejo/end-to-end/pulls/1273
Reviewed-by: earl-warren <earl-warren@noreply.code.forgejo.org>
Reviewed-by: Gusted <gusted@noreply.code.forgejo.org>
Co-authored-by: famfo <famfo@famfo.xyz>
Co-committed-by: famfo <famfo@famfo.xyz>
This commit is contained in:
famfo 2025-12-05 10:40:47 +00:00 committed by Michael Kriese
parent 4622f0fe78
commit 891e8f2d81
No known key found for this signature in database
GPG key ID: F128CBE6AB3A7201
5 changed files with 39 additions and 17 deletions

View file

@ -50,9 +50,9 @@ function dependencies() {
$SUDO chmod +x /usr/local/bin/forgejo-curl.sh
fi
if ! which make curl daemon git-lfs jq sqlite3 skopeo >/dev/null; then
if ! which make curl daemon git-lfs jq sqlite3 skopeo podman podman-compose pup >/dev/null; then
$SUDO apt-get update -qq
$SUDO apt-get install -y -qq make curl daemon git-lfs jq sqlite3 skopeo
$SUDO apt-get install -y -qq make curl daemon git-lfs jq sqlite3 skopeo podman podman-compose pup
fi
if ! test -f /usr/local/bin/mc || ! test -f /usr/local/bin/minio; then