Skip to content

Commit

Permalink
Fix xk6 tests after update of xk6 repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mstoykov committed Aug 25, 2021
1 parent 4db4c00 commit e1865f3
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 @@ -50,7 +50,7 @@ jobs:
cd .github/workflows/xk6-tests
# Temporary hack to ignore the v0.33.0 tag change
export GONOSUMDB="go.k6.io/k6"
go get github.com/k6io/xk6/cmd/xk6@master
go get go.k6.io/xk6/cmd/xk6@master
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 e1865f3

Please sign in to comment.