added inst

This commit is contained in:
Roni Dover 2024-04-14 21:47:59 -07:00
parent fdd8baf5e5
commit a954c1a114

View file

@ -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