ci: fix git identity in test workflow
parent
4b94d98f89
commit
e54ec45002
|
|
@ -24,6 +24,8 @@ jobs:
|
||||||
|
|
||||||
- name: run
|
- name: run
|
||||||
run: |
|
run: |
|
||||||
|
git config --global user.email "bot@opencode.ai"
|
||||||
|
git config --global user.name "opencode"
|
||||||
bun install
|
bun install
|
||||||
bun turbo test
|
bun turbo test
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue