mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
add _ to name
This commit is contained in:
parent
7d5d7952b8
commit
b7859cd22b
1 changed files with 3 additions and 3 deletions
6
.github/workflows/maven-build.yml
vendored
6
.github/workflows/maven-build.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
|||
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
|
||||
restore-keys: ${{ runner.os }}-m2
|
||||
|
||||
Run test:
|
||||
Run_test:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
steps:
|
||||
|
@ -46,9 +46,9 @@ jobs:
|
|||
- name: Run Tests
|
||||
run: ./mvnw -B test
|
||||
|
||||
Run Jmeter test plan:
|
||||
Run_Jmeter_test_plan:
|
||||
runs-on: ubuntu-latest
|
||||
needs: Run test
|
||||
needs: Run_add _ test
|
||||
strategy:
|
||||
matrix:
|
||||
java: [ '21' ]
|
||||
|
|
Loading…
Reference in a new issue