mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
Test New version of jmeter
This commit is contained in:
parent
e598b797f8
commit
84c3e927e6
1 changed files with 2 additions and 3 deletions
3
.github/workflows/run-jmeter-test.yml
vendored
3
.github/workflows/run-jmeter-test.yml
vendored
|
@ -10,14 +10,13 @@ on:
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
action_build:
|
action_build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Run JMeter Action on a test
|
- name: Run JMeter Action on a test
|
||||||
uses: rbhadti94/apache-jmeter-action@v0.7.0
|
uses: kzhou57/apache-jmeter-action@v0.8.3
|
||||||
with:
|
with:
|
||||||
testFilePath: src/test/jmeter/petclinic_test_plan.jmx
|
testFilePath: src/test/jmeter/petclinic_test_plan.jmx
|
||||||
outputReportsFolder: reports/
|
outputReportsFolder: reports/
|
||||||
|
|
Loading…
Reference in a new issue