Skip to content

Commit

Permalink
Del Tests in release action + added Config UI Test status badge to RE…
Browse files Browse the repository at this point in the history
…ADME (#1586)
  • Loading branch information
danipaniii authored Mar 13, 2023
1 parent 82d1b1c commit b9efe6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down

0 comments on commit b9efe6f

Please sign in to comment.