mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 07:15:49 +00:00
added inst
This commit is contained in:
parent
fdd8baf5e5
commit
a954c1a114
1 changed files with 9 additions and 1 deletions
10
.github/workflows/maven-build.yml
vendored
10
.github/workflows/maven-build.yml
vendored
|
@ -25,5 +25,13 @@ jobs:
|
||||||
java-version: ${{matrix.java}}
|
java-version: ${{matrix.java}}
|
||||||
distribution: 'adopt'
|
distribution: 'adopt'
|
||||||
cache: maven
|
cache: maven
|
||||||
|
- name: Instrument app
|
||||||
|
uses: digma-ai/digma-java-instrumentation-action@1.0.3
|
||||||
|
with:
|
||||||
|
# Assuming the action expects these inputs:
|
||||||
|
collector_url: 'http://example.com/collector'
|
||||||
|
service_name: 'spring-petclinic'
|
||||||
|
environment: 'PETCLINIC_CI'
|
||||||
|
|
||||||
- name: Build with Maven Wrapper
|
- name: Build with Maven Wrapper
|
||||||
run: ./mvnw -B package
|
run: mvn '-Dtest=org.springframework.samples.petclinic.integration.*Tests' test
|
||||||
|
|
Loading…
Reference in a new issue