WIP: update tests file #1

Draft
merith-tk wants to merge 7 commits from wip-entrypoint-tests-fix into wip-entrypoint
Showing only changes of commit c8382f44a8 - Show all commits

View file

@ -35,6 +35,7 @@ jobs:
secret=$(openssl rand -hex 20)
sed -i -e "s/{SHARED_SECRET}/$secret/" compose-forgejo-and-runner.yml
cli="docker compose --progress quiet -f compose-forgejo-and-runner.yml"
chown -R 1000:1000 /srv
#
# Launch Forgejo & the runner
#