We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 419e233 commit 3b2d304Copy full SHA for 3b2d304
.github/workflows/performance-e2e.yaml
@@ -69,7 +69,7 @@ jobs:
69
- uses: actions/checkout@v5
70
71
- name: Install JMeter (Get zip file)
72
- run: curl -sSO https://archive.apache.org/dist/jmeter/binaries/apache-jmeter-${{ env.jmeter_version }}.tgz
+ run: curl -O https://archive.apache.org/dist/jmeter/binaries/apache-jmeter-${{ env.jmeter_version }}.tgz
73
74
- name: Install JMeter (unzip and move)
75
run: |
0 commit comments