Skip to content

Commit

Permalink
Update all-in-one-arm64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored May 20, 2024
1 parent bf234d4 commit 1eaedc7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/all-in-one-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1eaedc7

Please sign in to comment.