federation: stub that checks the nodeinfo of the two instances
This commit is contained in:
parent
19ce0fe6b1
commit
9b6442bfcf
8 changed files with 165 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue