diff --git a/.github/workflows/run_automate_tests.yaml b/.github/workflows/run_automate_tests.yaml index fd138b06f..2dac4d7e9 100644 --- a/.github/workflows/run_automate_tests.yaml +++ b/.github/workflows/run_automate_tests.yaml @@ -20,7 +20,7 @@ jobs: id: dload_jmeter timeout-minutes: 1 env: - JMETER_VERSION: 5.4.3 + JMETER_VERSION: 5.6 run: | wget --no-verbose --no-check-certificate -O /tmp/apache-jmeter.tgz https://downloads.apache.org/jmeter/binaries/apache-jmeter-$JMETER_VERSION.tgz - uses: actions/upload-artifact@v3 @@ -124,7 +124,7 @@ jobs: - name: install jmeter timeout-minutes: 10 env: - JMETER_VERSION: 5.4.3 + JMETER_VERSION: 5.6 run: | cd /tmp && tar -xvf apache-jmeter.tgz echo "jmeter.save.saveservice.output_format=xml" >> /tmp/apache-jmeter-$JMETER_VERSION/user.properties @@ -222,7 +222,7 @@ jobs: - name: install jmeter timeout-minutes: 10 env: - JMETER_VERSION: 5.4.3 + JMETER_VERSION: 5.6 run: | cd /tmp && tar -xvf apache-jmeter.tgz echo "jmeter.save.saveservice.output_format=xml" >> /tmp/apache-jmeter-$JMETER_VERSION/user.properties @@ -331,7 +331,7 @@ jobs: - name: install jmeter timeout-minutes: 10 env: - JMETER_VERSION: 5.4.3 + JMETER_VERSION: 5.6 run: | cd /tmp && tar -xvf apache-jmeter.tgz echo "jmeter.save.saveservice.output_format=xml" >> /tmp/apache-jmeter-$JMETER_VERSION/user.properties @@ -434,7 +434,7 @@ jobs: - name: install jmeter timeout-minutes: 10 env: - JMETER_VERSION: 5.4.3 + JMETER_VERSION: 5.6 run: | cd /tmp && tar -xvf apache-jmeter.tgz echo "jmeter.save.saveservice.output_format=xml" >> /tmp/apache-jmeter-$JMETER_VERSION/user.properties