2023-03-24 10:59:04 -04:00
|
|
|
on: [ push ]
|
|
|
|
jobs:
|
|
|
|
integration:
|
|
|
|
runs-on: self-hosted
|
|
|
|
steps:
|
2023-03-24 17:42:52 -04:00
|
|
|
- uses: actions/checkout@v3
|
2023-03-24 10:59:04 -04:00
|
|
|
- run: |
|
|
|
|
set -x
|
2023-03-25 12:36:27 -04:00
|
|
|
./dependencies.sh
|
2023-03-24 17:42:52 -04:00
|
|
|
./forgejo.sh setup root admin1234 codeberg.org/forgejo/forgejo:1.19
|
|
|
|
./forgejo-runner.sh setup
|
2023-03-25 11:06:50 -04:00
|
|
|
# testdata/run.sh workflow http://root:admin1234@$(cat forgejo-ip):3000 root demo
|
2023-03-25 11:20:38 -04:00
|
|
|
testdata/run.sh push_self http://root:admin1234@$(cat forgejo-ip):3000 root
|
2023-03-25 12:09:01 -04:00
|
|
|
testdata/run.sh workflow http://root:admin1234@$(cat forgejo-ip):3000 root try-setup-forgejo
|