From b9efe6ff2f539a81ded58bb521486a38c93d2030 Mon Sep 17 00:00:00 2001 From: danipaniii <110303840+danipaniii@users.noreply.github.com> Date: Mon, 13 Mar 2023 11:44:05 +0100 Subject: [PATCH] Del Tests in release action + added Config UI Test status badge to README (#1586) --- .github/workflows/release.yml | 14 -------------- README.md | 1 + 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a9a73c056b..224f103929 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,24 +6,10 @@ on: - "[0-9]*.[0-9]*.[0-9]**" jobs: - - agent_test: - uses: ./.github/workflows/agent_test.yml - - configdocsgenerator_test: - uses: ./.github/workflows/configdocsgenerator_test.yml - - configurationserver_test: - uses: ./.github/workflows/configurationserver_test.yml - - configuration_ui_test: - uses: ./.github/workflows/configuration_ui_test.yml - build_and_release: name: 'Build and Release' runs-on: ubuntu-latest environment: release - needs: [configdocsgenerator_test, configurationserver_test, configuration_ui_test] steps: - name: Checkout uses: actions/checkout@v3 diff --git a/README.md b/README.md index 7b42806ff2..94b079be51 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ [![Code Coverage](https://codecov.io/gh/inspectit/inspectit-ocelot/branch/master/graph/badge.svg)](https://codecov.io/gh/inspectIT/inspectit-ocelot) [![Java Agent Tests](https://github.com/inspectIT/inspectit-ocelot/workflows/Java%20Agent%20Tests/badge.svg?branch=master)](https://github.com/inspectIT/inspectit-ocelot/actions?query=workflow%3A"Java+Agent+Tests") [![Configuration Server Tests](https://github.com/inspectIT/inspectit-ocelot/workflows/Configuration%20Server%20Tests/badge.svg?branch=master)](https://github.com/inspectIT/inspectit-ocelot/actions?query=workflow%3A"Configuration+Server+Tests") +[![Configuration UI Tests](https://github.com/inspectIT/inspectit-ocelot/workflows/Configuration%20UI%20Tests/badge.svg?branch=master)](https://github.com/inspectIT/inspectit-ocelot/actions/workflows/configuration_ui_test.yml?query=workflow%3A"Configuration+UI+Tests") [inspectIT Ocelot](https://inspectit.rocks/) is a zero-configuration Java agent for dynamically collecting application performance, tracing and behavior data based on the [OpenCensus library](https://opencensus.io/).