We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6285eea commit 2c4a4e4Copy full SHA for 2c4a4e4
.github/workflows/push-pr-release.yaml
@@ -33,7 +33,7 @@ jobs:
33
-e "GOOS=${{ matrix.goos }}" -e "GOARCH=${{ matrix.goarch }}" \
34
grafana/xk6 build ${{ steps.version.outputs.k6 }} \
35
--output "dist/sm-k6-${{ matrix.goos }}-${{ matrix.goarch }}" \
36
- --with sm=.
+ --with github.com/grafana/xk6-browser=.
37
- name: Check runner architecture
38
id: runner-info
39
run: |-
0 commit comments