mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45: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:
|
||||
|
||||
action_build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Run JMeter Action on a test
|
||||
uses: rbhadti94/apache-jmeter-action@v0.7.0
|
||||
uses: kzhou57/apache-jmeter-action@v0.8.3
|
||||
with:
|
||||
testFilePath: src/test/jmeter/petclinic_test_plan.jmx
|
||||
outputReportsFolder: reports/
|
||||
|
|
Loading…
Reference in a new issue