mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
add full path to jmx files
This commit is contained in:
parent
77b76f573c
commit
2aa09d7c1a
1 changed files with 7 additions and 1 deletions
8
.github/workflows/run-jmeter-test.yml
vendored
8
.github/workflows/run-jmeter-test.yml
vendored
|
@ -3,8 +3,14 @@ name: Test JMeter Action
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
paths:
|
||||||
|
- 'test/**'
|
||||||
|
- 'src/test/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
paths:
|
||||||
|
- 'test/**'
|
||||||
|
- 'src/test/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
action_build:
|
action_build:
|
||||||
|
@ -15,7 +21,7 @@ jobs:
|
||||||
- name: Run JMeter Action on a test
|
- name: Run JMeter Action on a test
|
||||||
uses: rbhadti94/apache-jmeter-action@v0.7.0
|
uses: rbhadti94/apache-jmeter-action@v0.7.0
|
||||||
with:
|
with:
|
||||||
testFilePath: test/petclinic_test_plan.jmx
|
testFilePath: src/test/jmeter/petclinic_test_plan.jmx
|
||||||
outputReportsFolder: reports/
|
outputReportsFolder: reports/
|
||||||
args: "--loglevel INFO"
|
args: "--loglevel INFO"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue