mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
jmeter with srping-boot running
This commit is contained in:
parent
d673fb96ca
commit
931ead9ac0
1 changed files with 8 additions and 0 deletions
8
.github/workflows/run-jmeter-test.yml
vendored
8
.github/workflows/run-jmeter-test.yml
vendored
|
@ -6,6 +6,14 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- name: Set up JDK ${{matrix.java}}
|
||||||
|
uses: actions/setup-java@v4
|
||||||
|
with:
|
||||||
|
java-version: ${{matrix.java}}
|
||||||
|
distribution: 'adopt'
|
||||||
|
cache: maven
|
||||||
|
- name: Build with Maven Wrapper
|
||||||
|
run: ./mvnw spring-boot:run
|
||||||
- name: Run JMeter Action on a test
|
- name: Run JMeter Action on a test
|
||||||
uses: rbhadti94/apache-jmeter-action@v0.5.0
|
uses: rbhadti94/apache-jmeter-action@v0.5.0
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue