We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c5dc63 commit aa19e8dCopy full SHA for aa19e8d
.github/workflows/push-pr-release.yaml
@@ -34,6 +34,7 @@ jobs:
34
grafana/xk6 build ${{ steps.version.outputs.k6 }} \
35
--output "dist/sm-k6-${{ matrix.goos }}-${{ matrix.goarch }}" \
36
--with github.com/grafana/xk6-sm=.
37
+ # TODO(d0ugal): Remove this once the above build catches up and downstream consumers are updated.
38
- name: Build with xk6 and gsm
39
run: |-
40
mkdir -p dist
@@ -42,7 +43,7 @@ jobs:
42
43
44
--output "dist/sm-k6-${{ matrix.goos }}-${{ matrix.goarch }}-gsm" \
45
- --with github.com/grafana/gsm-api-go-client
46
+ --with github.com/grafana/gsm-api-go-client@64c2eb5
47
- name: Check runner architecture
48
id: runner-info
49
0 commit comments