Skip to content

Commit 737f33a

Browse files
committed
Add Go proxy smoke test to setup-jfrog action
Co-authored-by: Isaac
1 parent 8807a9a commit 737f33a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/actions/setup-jfrog/action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,9 @@ runs:
6161
echo "GONOSUMDB=*" >> "$GITHUB_ENV"
6262
echo "UV_INDEX_URL=https://${CREDS}@databricks.jfrog.io/artifactory/api/pypi/db-pypi/simple" >> "$GITHUB_ENV"
6363
echo "PIP_INDEX_URL=https://${CREDS}@databricks.jfrog.io/artifactory/api/pypi/db-pypi/simple" >> "$GITHUB_ENV"
64+
65+
- name: Verify Go proxy access
66+
shell: bash
67+
run: |
68+
set -euo pipefail
69+
GONOSUMDB=* GOPROXY="${GOPROXY}" go get golang.org/x/sys@latest

0 commit comments

Comments
 (0)