Skip to content

Commit 3b2d304

Browse files
authored
Update performance-e2e.yaml
Temporarily turn off silent mode to see what's going on
1 parent 419e233 commit 3b2d304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/performance-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- uses: actions/checkout@v5
7070

7171
- name: Install JMeter (Get zip file)
72-
run: curl -sSO https://archive.apache.org/dist/jmeter/binaries/apache-jmeter-${{ env.jmeter_version }}.tgz
72+
run: curl -O https://archive.apache.org/dist/jmeter/binaries/apache-jmeter-${{ env.jmeter_version }}.tgz
7373

7474
- name: Install JMeter (unzip and move)
7575
run: |

0 commit comments

Comments
 (0)