mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
github workspace
This commit is contained in:
parent
48214dc20a
commit
6d41ecc078
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
|
@ -8,7 +8,7 @@ jobs:
|
|||
- name: Setup Jmeter
|
||||
uses: Rodi26/setup-jmeter@v0.0.3
|
||||
- name: Run Jmeter
|
||||
run: jmeter -n -t src/test/jmeter/petclinic_test_plan.jmx -l reports/results.jtl
|
||||
run: ${{ github.workspace }}/jmeter -n -t src/test/jmeter/petclinic_test_plan.jmx -l reports/results.jtl
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue