Skip to content

Commit

Permalink
Bump k6 version in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mstoykov committed Apr 16, 2024
1 parent 7e648cc commit bab1a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2

- name: download k6 binary
run: curl -fsSL https://github.com/loadimpact/k6/releases/download/v0.42.0/k6-v0.42.0-linux-amd64.tar.gz | tar -xvz
run: curl -fsSL https://github.com/loadimpact/k6/releases/download/v0.50.0/k6-v0.50.0-linux-amd64.tar.gz | tar -xvz

- name: move downloaded k6 binary to current directory
run: mv k6-*/k6 .
Expand Down

0 comments on commit bab1a19

Please sign in to comment.