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') }}
|
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
|
||||||
restore-keys: ${{ runner.os }}-m2
|
restore-keys: ${{ runner.os }}-m2
|
||||||
|
|
||||||
Run test:
|
Run_test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
|
@ -46,9 +46,9 @@ jobs:
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: ./mvnw -B test
|
run: ./mvnw -B test
|
||||||
|
|
||||||
Run Jmeter test plan:
|
Run_Jmeter_test_plan:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: Run test
|
needs: Run_add _ test
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
java: [ '21' ]
|
java: [ '21' ]
|
||||||
|
|
Loading…
Reference in a new issue