Merge pull request 'actions: feature: compression: do not hardcode the log path' (#259) from earl-warren/end-to-end:wip-compression into main
Reviewed-on: https://code.forgejo.org/forgejo/end-to-end/pulls/259 Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
This commit is contained in:
commit
d3bce65195
1 changed files with 8 additions and 1 deletions
|
@ -5,4 +5,11 @@ set -e
|
|||
source $FEATURE_DIR/../../lib/lib.sh
|
||||
source $FEATURE_DIR/../../forgejo/fixtures.sh
|
||||
|
||||
fixture_get_one_path local data/actions_log/root/example-echo/01/1.log.zst
|
||||
if ! fixture_get_one_path local data/actions_log/root/example-echo | grep --quiet log.zst; then
|
||||
(
|
||||
cd $DIR/forgejo-work-path
|
||||
find data
|
||||
)
|
||||
echo expected a single log.zst file in data/actions_log/root/example-echo
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue