mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45: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:
|
||||
push:
|
||||
branches: [ main ]
|
||||
paths:
|
||||
- 'test/**'
|
||||
- 'src/test/**'
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
paths:
|
||||
- 'test/**'
|
||||
- 'src/test/**'
|
||||
|
||||
jobs:
|
||||
action_build:
|
||||
|
@ -15,7 +21,7 @@ jobs:
|
|||
- name: Run JMeter Action on a test
|
||||
uses: rbhadti94/apache-jmeter-action@v0.7.0
|
||||
with:
|
||||
testFilePath: test/petclinic_test_plan.jmx
|
||||
testFilePath: src/test/jmeter/petclinic_test_plan.jmx
|
||||
outputReportsFolder: reports/
|
||||
args: "--loglevel INFO"
|
||||
|
||||
|
|
Loading…
Reference in a new issue