federation: stub that checks the nodeinfo of the two instances

This commit is contained in:
Earl Warren 2024-06-04 16:30:48 +02:00
parent 19ce0fe6b1
commit 9b6442bfcf
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
8 changed files with 165 additions and 0 deletions

View file

@ -76,6 +76,17 @@ jobs:
if: always()
run: su forgejo -c "./end-to-end.sh show_logs"
federation:
needs: [build]
runs-on: lxc-bookworm
steps:
- uses: https://code.forgejo.org/actions/checkout@v4
- uses: ./.forgejo/prepare-end-to-end
- run: su forgejo -c "./end-to-end.sh test_federation"
- name: full logs
if: always()
run: su forgejo -c "./end-to-end.sh show_logs"
actions-docs:
needs: [build]
runs-on: lxc-bookworm