federation: add star scenario

Refs: https://codeberg.org/forgejo/forgejo/pulls/1680
This commit is contained in:
Earl Warren 2024-06-04 19:57:31 +02:00
parent a1b6e192d9
commit 233b73d7c8
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
2 changed files with 46 additions and 4 deletions

View file

@ -50,10 +50,10 @@ cd end-to-end
```sh
make TAGS='bindata sqlite sqlite_unlock_notify' generate forgejo
cp -a forgejo /srv/forgejo-binaries/forgejo-7.0-dev
cp -a forgejo /srv/forgejo-binaries/forgejo-8.0-dev
```
It will be used whenever the version `7.0-dev` is specified in a test.
It will be used whenever the version `8.0-dev` is specified in a test.
## Running actions locally