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