ci: fix git identity in test workflow
parent
4b94d98f89
commit
e54ec45002
|
|
@ -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…
Reference in New Issue