From 1eaedc7bcd0add357b7b2fa668950d6507bd041f Mon Sep 17 00:00:00 2001 From: Lorenzo Mangani Date: Mon, 20 May 2024 14:18:03 +0200 Subject: [PATCH] Update all-in-one-arm64.yml --- .github/workflows/all-in-one-arm64.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/all-in-one-arm64.yml b/.github/workflows/all-in-one-arm64.yml index 7bbb064..6d30ac1 100644 --- a/.github/workflows/all-in-one-arm64.yml +++ b/.github/workflows/all-in-one-arm64.yml @@ -37,13 +37,13 @@ jobs: - uses: actions/setup-go@v4 with: go-version: '1.20' - - name: Download k6 for Prometheus + - name: Download k6 run: | - wget https://github.com/metrico/qryn-bench/releases/download/latest/k6 + wget https://github.com/metrico/qryn-bench/releases/download/latest/k6-arm64 -O k6 chmod +x k6 - - name: Download k6 for Prometheus + - name: Download k6 for Tracing run: | - wget https://github.com/metrico/qryn-bench/releases/download/latest/k6-tracing -O k6-tracing + wget https://github.com/metrico/qryn-bench/releases/download/latest/k6-tracing-arm64 -O k6-tracing chmod +x k6-tracing - name: Collect Workflow Telemetry