mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
add relatif path 2
This commit is contained in:
parent
09ba7e829d
commit
bd4ac871e6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/run-jmeter-test.yml
vendored
2
.github/workflows/run-jmeter-test.yml
vendored
|
@ -22,7 +22,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: src/test/jmeter/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