From 8edecce26f16adba69a15e67466b05235eeb4c1a Mon Sep 17 00:00:00 2001 From: Marek Aufart Date: Tue, 31 Oct 2023 15:57:47 +0100 Subject: [PATCH] Update README.md CI link Signed-off-by: Marek Aufart --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9ade964e..72d1f20b 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,12 @@ There is a ```binding``` package providing API client methods https://github.com Feel free to follow [application analysis integration test directory](https://github.com/konveyor/go-konveyor-tests/tree/main/analysis) as an example. +## Konveyor CI status + +[![Run Konveyor main nightly tests](https://github.com/konveyor/ci/actions/workflows/nightly-main.yaml/badge.svg?branch=main)](https://github.com/konveyor/ci/actions/workflows/nightly-main.yaml) + +More details at https://github.com/konveyor/ci + ## Local test suite execution ### Clone this repo @@ -105,9 +111,5 @@ For keep data created by test e.g. for debugging purposes, set ```export KEEP=1` For parallel test execution, set ```export PARALLEL=1```. -## Konveyor CI status - -See https://github.com/konveyor/ci - ## Code of Conduct Refer to Konveyor's Code of Conduct [here](https://github.com/konveyor/community/blob/main/CODE_OF_CONDUCT.md).