Merge pull request 'actions: logs-compression check depends on echo' (#292) from earl-warren/end-to-end:wip-logs-compression into main
Reviewed-on: https://code.forgejo.org/forgejo/end-to-end/pulls/292
This commit is contained in:
commit
2db3b373bb
1 changed files with 8 additions and 2 deletions
|
@ -117,7 +117,14 @@ function test_actions() {
|
|||
done
|
||||
fi
|
||||
|
||||
for example in echo cache checkout service container expression local-action docker-action if if-fail push tag push-cancel artifacts pull-request context; do
|
||||
run actions_verify_example echo
|
||||
if dpkg --compare-versions $version ge 9.0; then
|
||||
# depends on run actions_verify_example echo
|
||||
# run it immediately after
|
||||
run actions_verify_feature logs-compression
|
||||
fi
|
||||
|
||||
for example in cache checkout service container expression local-action docker-action if if-fail push tag push-cancel artifacts pull-request context; do
|
||||
run actions_verify_example $example
|
||||
done
|
||||
|
||||
|
@ -140,7 +147,6 @@ function test_actions() {
|
|||
fi
|
||||
|
||||
if dpkg --compare-versions $version ge 9.0; then
|
||||
run actions_verify_feature logs-compression
|
||||
run actions_verify_example schedule-noncancel
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue