Skip to content

Commit aa19e8d

Browse files
committed
fix: Add a TODO and also specify the git sha
1 parent 0c5dc63 commit aa19e8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/push-pr-release.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
grafana/xk6 build ${{ steps.version.outputs.k6 }} \
3535
--output "dist/sm-k6-${{ matrix.goos }}-${{ matrix.goarch }}" \
3636
--with github.com/grafana/xk6-sm=.
37+
# TODO(d0ugal): Remove this once the above build catches up and downstream consumers are updated.
3738
- name: Build with xk6 and gsm
3839
run: |-
3940
mkdir -p dist
@@ -42,7 +43,7 @@ jobs:
4243
grafana/xk6 build ${{ steps.version.outputs.k6 }} \
4344
--output "dist/sm-k6-${{ matrix.goos }}-${{ matrix.goarch }}-gsm" \
4445
--with github.com/grafana/xk6-sm=.
45-
--with github.com/grafana/gsm-api-go-client
46+
--with github.com/grafana/gsm-api-go-client@64c2eb5
4647
- name: Check runner architecture
4748
id: runner-info
4849
run: |-

0 commit comments

Comments
 (0)