Skip to content
Snippets Groups Projects
Verified Commit ca3ce796 authored by David Runge's avatar David Runge :chipmunk:
Browse files

ci: Run README tests for all projects supporting it


Use the new `test-readmes` recipe to test all README.md based end-to-end
integrations in a single target.

Signed-off-by: default avatarDavid Runge <dvzrv@archlinux.org>
parent 78991d1d
No related branches found
No related tags found
1 merge request!94feat: Add system configurator for signstar host
......@@ -76,7 +76,7 @@ test-readmes:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
script:
- WORKDIR="$(pwd)" runuser -w WORKDIR -l testuser -c 'env && cd "$WORKDIR" && just install-rust-dev-tools && just test-readme nethsm-cli'
- WORKDIR="$(pwd)" runuser -w WORKDIR -l testuser -c 'env && cd "$WORKDIR" && just install-rust-dev-tools && just test-readmes'
stage: test
tags:
- vm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment