end-to-end/forgejo/fixtures/doctor.sh
Twenty Panda 96f91063c9 merge actions test into end-to-end.sh
* replace the high level test running actions tests with end-to-end.sh
* set DOMAIN to the IP instead of 127.0.0.1 for runner <-> forgejo communications
* move forgejo_cli from a function to a file so that it can be used by forgejo-runner.sh
* keep the documentation updates workflows separate because they need to open one PR per version
2024-03-20 13:42:44 +01:00

8 lines
134 B
Bash

# SPDX-License-Identifier: MIT
function doctor_run() {
local version=$1
$DIR/forgejocli doctor check --all # --log-file -
}