ci: fix git identity in test workflow

This commit is contained in:
Dax Raad
2025-09-27 03:07:37 -04:00
parent 4b94d98f89
commit e54ec45002

View File

@@ -24,6 +24,8 @@ jobs:
- name: run
run: |
git config --global user.email "bot@opencode.ai"
git config --global user.name "opencode"
bun install
bun turbo test
env: