Fix CI: Configure git identity for tests

This commit is contained in:
Steve Yegge
2025-10-29 19:16:43 -07:00
parent 3fd3760a28
commit 5513af3b63

View File

@@ -18,6 +18,11 @@ jobs:
with:
go-version: '1.24'
- name: Configure Git
run: |
git config --global user.name "CI Bot"
git config --global user.email "ci@beads.test"
- name: Build
run: go build -v ./cmd/bd
@@ -55,6 +60,11 @@ jobs:
with:
go-version: '1.24'
- name: Configure Git
run: |
git config --global user.name "CI Bot"
git config --global user.email "ci@beads.test"
- name: Build
run: go build -v ./cmd/bd