From b7859cd22b8fae6aa52cbaebe388f440e306facb Mon Sep 17 00:00:00 2001 From: Rodolphe Fontaine <30529563+Rodi26@users.noreply.github.com> Date: Thu, 17 Oct 2024 18:46:24 +0200 Subject: [PATCH] add _ to name --- .github/workflows/maven-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index 75b696d3c..a9d1a0eb5 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -34,7 +34,7 @@ jobs: key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} restore-keys: ${{ runner.os }}-m2 - Run test: + Run_test: runs-on: ubuntu-latest needs: build steps: @@ -46,9 +46,9 @@ jobs: - name: Run Tests run: ./mvnw -B test - Run Jmeter test plan: + Run_Jmeter_test_plan: runs-on: ubuntu-latest - needs: Run test + needs: Run_add _ test strategy: matrix: java: [ '21' ]