Skip to content

Commit

Permalink
WIP Install temporary xk6 version with compatibility fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Mirić committed Dec 20, 2022
1 parent f74e01f commit cd90a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/xk6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
fi
echo "COMMIT_ID=$COMMIT_ID"
cd .github/workflows/xk6-tests
go install go.k6.io/xk6/cmd/xk6@master
go install go.k6.io/xk6/cmd/xk6@52e45894f2d4509d8c877fe4af9289d52b5ed17d
if [ "${{ github.event_name }}" == "pull_request" -a \
"${{ github.event.pull_request.head.repo.full_name }}" != "${{ github.repository }}" ]; then
export XK6_K6_REPO="github.com/${{ github.event.pull_request.head.repo.full_name }}"
Expand Down

0 comments on commit cd90a96

Please sign in to comment.