update tests file new container

This commit is contained in:
merith-xyz 2024-09-27 22:43:01 -07:00
parent 890778d33a
commit c8382f44a8

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
#