mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45: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
|
||||
uses: Rodi26/setup-jmeter@v0.0.4
|
||||
- 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: ls -la ${{ github.workspace }}/apache-jmeter-5.6.3/bin
|
||||
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
|
||||
|
||||
|
||||
|
||||
|
||||
#name: Test JMeter Action
|
||||
|
||||
#on:
|
||||
test2
|
||||
# push:
|
||||
# branches: [ main ]
|
||||
# pull_request:
|
||||
|
|
Loading…
Reference in a new issue