This commit is contained in:
Earl Warren 2023-10-12 14:57:38 +02:00
parent 2de0a1208c
commit 731e463dfd
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
3 changed files with 8 additions and 0 deletions

View file

@ -14,4 +14,5 @@ forgejo.sh setup root admin1234 codeberg.org/forgejo/forgejo 1.21
forgejo-runner.sh setup
firefox http://$(cat forgejo-ip):3000
tests/run.sh --debug
tests/run.sh --debug create_pull_request
```