Skip to content

Commit

Permalink
Update k6-All-multiarch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Jun 10, 2024
1 parent d357a43 commit a537bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/k6-All-multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
wget https://github.com/metrico/qryn-bench/releases/download/latest/k6-tracing -O k6-tracing
chmod +x k6-tracing
- name: Download k6 for Tracing ARM64
if: ${{ matrix.os != 'ubuntu-latest'' }}
if: ${{ matrix.os != 'ubuntu-latest' }}
run: |
wget https://github.com/metrico/qryn-bench/releases/download/latest/k6-tracing-arm64 -O k6-tracing
chmod +x k6-tracing
Expand Down

0 comments on commit a537bb2

Please sign in to comment.