From e31649b3a899c002aa58f7c9daa4f08ae3514bf0 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Fri, 3 May 2024 09:38:40 -0700 Subject: [PATCH] Update go-test.yaml --- .github/workflows/go-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go-test.yaml b/.github/workflows/go-test.yaml index d4f193590..3c2ee8ae9 100644 --- a/.github/workflows/go-test.yaml +++ b/.github/workflows/go-test.yaml @@ -44,8 +44,8 @@ jobs: go-version-file: ${{ matrix.folder }}/go.mod cache-dependency-path: ${{ matrix.folder }}/go.sum - run: |- - git config user.name 'Cloud Foundation Bot' - git config user.email 'cloud-foundation-bot@google.com' + git config --global user.name 'Cloud Foundation Bot' + git config --global user.email 'cloud-foundation-bot@google.com' go test ./... -v shell: bash working-directory: ${{ matrix.folder }}