actions: display the runner version
This commit is contained in:
parent
73ef53dce5
commit
a9a46b7b7d
1 changed files with 2 additions and 2 deletions
|
@ -91,11 +91,11 @@ function test_actions() {
|
|||
|
||||
for version in $versions ; do
|
||||
|
||||
log_info "Testing actions for $version"
|
||||
|
||||
actions_setup $version
|
||||
local runner_version=$(actions_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
|
||||
for example in artifacts-v4 ; do
|
||||
run actions_verify_example $example
|
||||
|
|
Loading…
Add table
Reference in a new issue