Merge pull request 'actions: fix: wait for the action logs to show up' (#337) from earl-warren/end-to-end:wip-compression into main

Reviewed-on: https://code.forgejo.org/forgejo/end-to-end/pulls/337
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
This commit is contained in:
earl-warren 2024-11-13 17:08:12 +00:00
commit 40906683a3

View file

@ -5,7 +5,7 @@ set -e
source $FEATURE_DIR/../../lib/lib.sh source $FEATURE_DIR/../../lib/lib.sh
source $FEATURE_DIR/../../forgejo/fixtures.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 cd $DIR/forgejo-work-path
find data find data