1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-forgejo synced 2025-07-12 19:56:00 +02:00

reorganize dependencies installation

This commit is contained in:
Earl Warren 2023-03-25 17:36:27 +01:00
parent e39c635a02
commit e716e12a71
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
5 changed files with 48 additions and 38 deletions

5
testdata/run.sh vendored
View file

@ -31,7 +31,10 @@ function wait_success() {
fi
sleep 1
done
test "$(check_status "$forgejo" "$repo" "$sha")" = "success"
if ! test "$(check_status "$forgejo" "$repo" "$sha")" = "success" ; then
cat forgejo-runner.log
return 1
fi
}
function push() {