Skip to content

Commit

Permalink
fix: loadtest dependency xk6 (#1770)
Browse files Browse the repository at this point in the history
* fix: loadtest dependency xk6

* use version tag instead of commit tag
  • Loading branch information
gatsbyz authored Aug 3, 2023
1 parent bdffe23 commit 927f02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/loadtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Install xk6
run: |
go install go.k6.io/xk6/cmd/xk6@latest
xk6 build --with github.com/distribworks/xk6-ethereum@5c6e782669953f1e5d1f44509e610fb2e3d22238
xk6 build --with github.com/distribworks/xk6-ethereum@v1.0.2
- name: Install JQ
run: |
Expand Down

0 comments on commit 927f02f

Please sign in to comment.