Merge pull request 'actions: Forgejo 7.0 is equivalent to 7.0-test and run artifacts v4' (#124) from earl-warren/end-to-end:wip-artifacts-v4 into main
Reviewed-on: https://code.forgejo.org/forgejo/end-to-end/pulls/124
This commit is contained in:
commit
4f3e03b917
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ function test_actions() {
|
||||||
|
|
||||||
log_info "Testing actions with Forgejo $version & Forgejo runner $runner_version"
|
log_info "Testing actions with Forgejo $version & Forgejo runner $runner_version"
|
||||||
|
|
||||||
if dpkg --compare-versions $version gt 7.0 && dpkg --compare-versions $runner_version gt 3.3.0 ; then
|
if dpkg --compare-versions $version ge 7.0 && dpkg --compare-versions $runner_version gt 3.3.0 ; then
|
||||||
for example in artifacts-v4 ; do
|
for example in artifacts-v4 ; do
|
||||||
run actions_verify_example $example
|
run actions_verify_example $example
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue