mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
test4
This commit is contained in:
parent
242e35e448
commit
5e46775dc2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/run-jmeter-test.yml
vendored
4
.github/workflows/run-jmeter-test.yml
vendored
|
@ -8,8 +8,8 @@ jobs:
|
||||||
- name: Setup Jmeter
|
- name: Setup Jmeter
|
||||||
uses: Rodi26/setup-jmeter@v0.0.4
|
uses: Rodi26/setup-jmeter@v0.0.4
|
||||||
- name: Run Jmeter
|
- name: Run Jmeter
|
||||||
run: ${{ github.workspace }}/jmeter-5.6.3/bin/jmeter -n -t ${{ github.workspace }}/src/test/jmeter/petclinic_test_plan.jmx -l reports/results.jtl
|
run: ls -la ${{ github.workspace }}
|
||||||
#run: ls -la ${{ github.workspace }}/apache-jmeter-5.6.3/bin
|
#run: ${{ github.workspace }}/jmeter-5.6.3/bin/jmeter -n -t ${{ github.workspace }}/src/test/jmeter/petclinic_test_plan.jmx -l reports/results.jtl
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue