mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 07:15:49 +00:00
Merge branch 'main' into feature/add-vaccination-logic
This commit is contained in:
commit
c9e195f5cb
1 changed files with 5 additions and 3 deletions
8
.github/workflows/maven-build.yml
vendored
8
.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.10
|
||||
uses: digma-ai/digma-actions/instrument@v1.0.20
|
||||
with:
|
||||
# Assuming the action expects these inputs:
|
||||
collector_url: 'https://collector.meloona01.digma.systems'
|
||||
|
@ -37,9 +37,11 @@ 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.10
|
||||
uses: digma-ai/digma-actions/assert-no-issues@v1.0.20
|
||||
with:
|
||||
# Assuming the action expects these inputs:
|
||||
digma_url: 'https://api.meloona01.digma.systems'
|
||||
api_token: ${{ secrets.DIGMA_TOKEN }}
|
||||
environment: 'PETCLINIC_CI'
|
||||
environment_id: 'PETCLINIC_CI'
|
||||
user_name: ${{ secrets.DIGMA_USER }}
|
||||
password: ${{ secrets.DIGMA_PASSWORD }}
|
||||
|
|
Loading…
Reference in a new issue