mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
ci: fix git identity in test workflow
This commit is contained in:
parent
4b94d98f89
commit
e54ec45002
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user