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:
parent
4622f0fe78
commit
891e8f2d81
5 changed files with 39 additions and 17 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue