mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 23:05:49 +00:00
fixed
This commit is contained in:
parent
6fa9787fda
commit
30d1d92c33
1 changed files with 2 additions and 2 deletions
4
.github/workflows/maven-build.yml
vendored
4
.github/workflows/maven-build.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
distribution: 'adopt'
|
||||
cache: maven
|
||||
- name: Instrument app
|
||||
uses: digma-ai/digma-actions/instrument@v1.0.4
|
||||
uses: digma-ai/digma-actions/instrument@v1.0.5
|
||||
with:
|
||||
# Assuming the action expects these inputs:
|
||||
collector_url: 'https://collector.meloona01.digma.systems'
|
||||
|
@ -37,7 +37,7 @@ jobs:
|
|||
run: mvn '-Dtest=org.springframework.samples.petclinic.integration.*Tests' test
|
||||
|
||||
- name: Validate no issues
|
||||
uses: digma-ai/digma-actions/assert-no-issues@v1.0.4
|
||||
uses: digma-ai/digma-actions/assert-no-issues@v1.0.5
|
||||
with:
|
||||
# Assuming the action expects these inputs:
|
||||
collector_url: 'https://collector.meloona01.digma.systems'
|
||||
|
|
Loading…
Reference in a new issue