add full path to jmx files

This commit is contained in:
Rodolphe Fontaine 2024-10-15 11:05:22 +02:00
parent 77b76f573c
commit 2aa09d7c1a

View file

@ -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"