mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
Test2
This commit is contained in:
parent
d3a6f948c7
commit
b34d7300a1
1 changed files with 3 additions and 4 deletions
7
.github/workflows/run-jmeter-test.yml
vendored
7
.github/workflows/run-jmeter-test.yml
vendored
|
@ -8,15 +8,14 @@ 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 }}/apache-jmeter-5.6.3/bin/jmeter.sh -n -t src/test/jmeter/petclinic_test_plan.jmx -l reports/results.jtl
|
run: ${{ github.workspace }}/jmeter-5.6.3/bin/jmeter.sh -n -t src/test/jmeter/petclinic_test_plan.jmx -l reports/results.jtl
|
||||||
run: ls -la ${{ github.workspace }}/apache-jmeter-5.6.3/bin
|
#run: ls -la ${{ github.workspace }}/apache-jmeter-5.6.3/bin
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#name: Test JMeter Action
|
#name: Test JMeter Action
|
||||||
|
test2
|
||||||
#on:
|
|
||||||
# push:
|
# push:
|
||||||
# branches: [ main ]
|
# branches: [ main ]
|
||||||
# pull_request:
|
# pull_request:
|
||||||
|
|
Loading…
Reference in a new issue