diff --git a/actions/feature-logs-compression/run.sh b/actions/feature-logs-compression/run.sh index 174a24d..7502fbd 100755 --- a/actions/feature-logs-compression/run.sh +++ b/actions/feature-logs-compression/run.sh @@ -5,7 +5,7 @@ set -e source $FEATURE_DIR/../../lib/lib.sh source $FEATURE_DIR/../../forgejo/fixtures.sh -if ! fixture_get_one_path local data/actions_log/root/example-echo | grep --quiet log.zst; then +if ! retry bash -c "find $DIR/forgejo-work-path/data/actions_log/root/example-echo | grep --quiet log.zst"; then ( cd $DIR/forgejo-work-path find data