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

@ -120,7 +120,13 @@ jobs:
path: |
/srv/forgejo-binaries/gitlab
key: gitlab
- run: |
- name: setup dbus
run: |
apt-get -q install -y -qq dbus
systemctl enable --now dbus
- name: run test_federation
run: |
chown -R forgejo:forgejo .
su forgejo -c "./end-to-end.sh test_federation"
- if: ${{ needs.build.outputs.built == 'yes' }}
uses: ./.forgejo/upload-coverage