mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
resynch
This commit is contained in:
parent
edb1d9409b
commit
e598b797f8
2 changed files with 2 additions and 2 deletions
2
.github/workflows/maven-test.yml
vendored
2
.github/workflows/maven-test.yml
vendored
|
@ -1,7 +1,7 @@
|
||||||
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
|
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
|
||||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
|
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
|
||||||
|
|
||||||
name: Java CI with Maven
|
name: Java TESTS with Maven
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
2
.github/workflows/run-jmeter-test.yml
vendored
2
.github/workflows/run-jmeter-test.yml
vendored
|
@ -19,7 +19,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: ../../src/test/jmeter/petclinic_test_plan.jmx
|
testFilePath: src/test/jmeter/petclinic_test_plan.jmx
|
||||||
outputReportsFolder: reports/
|
outputReportsFolder: reports/
|
||||||
args: "--loglevel INFO"
|
args: "--loglevel INFO"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue