Skip to content

Commit

Permalink
chore(test): add xk6 to integration test action
Browse files Browse the repository at this point in the history
  • Loading branch information
jvallesm committed Sep 10, 2024
1 parent b02ec58 commit 622893d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ jobs:
- name: Install k6
run: |
go install go.k6.io/xk6/cmd/xk6@v${{ env.XK6_VERSION }}
xk6 build v${{ env.K6_VERSION }} --with github.com/grafana/xk6-sql && sudo cp k6 /usr/bin
curl https://github.com/grafana/k6/releases/download/v${{ env.K6_VERSION }}/k6-v${{ env.K6_VERSION }}-linux-amd64.tar.gz -L | tar xvz --strip-components 1 && sudo cp k6 /usr/bin
- name: Run ${{ matrix.component }} integration test (latest)
Expand Down

0 comments on commit 622893d

Please sign in to comment.