From 931ead9ac09f25d42eec522609a1225c83888d3e Mon Sep 17 00:00:00 2001 From: Rodolphe Fontaine <30529563+Rodi26@users.noreply.github.com> Date: Wed, 16 Oct 2024 09:22:17 +0200 Subject: [PATCH] jmeter with srping-boot running --- .github/workflows/run-jmeter-test.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/run-jmeter-test.yml b/.github/workflows/run-jmeter-test.yml index a9adb93c1..bfc6e5442 100644 --- a/.github/workflows/run-jmeter-test.yml +++ b/.github/workflows/run-jmeter-test.yml @@ -6,6 +6,14 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - name: Set up JDK ${{matrix.java}} + uses: actions/setup-java@v4 + with: + java-version: ${{matrix.java}} + distribution: 'adopt' + cache: maven + - name: Build with Maven Wrapper + run: ./mvnw spring-boot:run - name: Run JMeter Action on a test uses: rbhadti94/apache-jmeter-action@v0.5.0 with: