mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
with java version specified
This commit is contained in:
parent
931ead9ac0
commit
77a096b7f1
1 changed files with 3 additions and 0 deletions
3
.github/workflows/run-jmeter-test.yml
vendored
3
.github/workflows/run-jmeter-test.yml
vendored
|
@ -4,6 +4,9 @@ on:
|
|||
jobs:
|
||||
test-action:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
java: [ '17' ]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up JDK ${{matrix.java}}
|
||||
|
|
Loading…
Reference in a new issue