mirror of
https://github.com/YunoHost-Apps/gitlab-runner_ynh.git
synced 2024-09-03 19:15:58 +02:00
22 lines
581 B
TOML
22 lines
581 B
TOML
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/tests.v1.schema.json
|
|
|
|
test_format = 1.0
|
|
|
|
[default]
|
|
|
|
|
|
# ------------
|
|
# Tests to run
|
|
# ------------
|
|
|
|
exclude = ["install.subdir", "change_url", "install.private", "install.multi"]
|
|
|
|
# -------------------------------
|
|
# Default args to use for install
|
|
# -------------------------------
|
|
|
|
args.gitlab_url = "https://gitlab.com/"
|
|
args.token = "GR1348941_Rew7obt4p9jZyQUtHLx"
|
|
args.docker_image = "alpine:latest"
|
|
|
|
test_upgrade_from.84ce8e1.name = "Last packaging v1 version"
|