update tests file
Some checks failed
/ example-docker-compose (pull_request) Failing after 35s
checks / build and test (pull_request) Failing after 1m5s
checks / runner exec tests (pull_request) Has been skipped
/ cascade (pull_request) Failing after 7s

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

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
#