fix(ci): add git identity for gnap-sync test
This commit is contained in:
parent
531101dc2d
commit
666af416f9
|
|
@ -27,6 +27,11 @@ jobs:
|
|||
node-version-file: '.nvmrc'
|
||||
cache: 'pnpm'
|
||||
|
||||
- name: Configure git identity
|
||||
run: |
|
||||
git config --global user.email "ci@mission-control.dev"
|
||||
git config --global user.name "CI"
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue