add cache-proxy test (#557)

test to verify that a cache stored in one repo can't be restored in another

Reviewed-on: https://code.forgejo.org/forgejo/end-to-end/pulls/557
Reviewed-by: Gusted <gusted@noreply.code.forgejo.org>
Reviewed-by: earl-warren <earl-warren@noreply.code.forgejo.org>
Co-authored-by: Kwonunn <kwonunnx@gmail.com>
Co-committed-by: Kwonunn <kwonunnx@gmail.com>
This commit is contained in:
Kwonunn 2025-03-22 12:34:06 +00:00 committed by earl-warren
parent 4c1a4cbdac
commit f3a9672647
No known key found for this signature in database
GPG key ID: F128CBE6AB3A7201
7 changed files with 99 additions and 0 deletions

View file

@ -147,6 +147,10 @@ function test_actions() {
run actions_verify_example $example
done
if dpkg --compare-versions $runner_version ge 6.3.0; then
run actions_verify_example cache-proxy
fi
if dpkg --compare-versions $version lt 7.1; then
for example in cron; do
run actions_verify_example $example