Skip to content

Commit

Permalink
fix(ci): setup git user
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonrybczak committed Nov 6, 2023
1 parent aebdd0a commit 8dbef75
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: yarn

- name: Setup Git user
run: |
git config --global user.name ""
git config --global user.email ""
- name: Install dependencies
run: yarn --frozen-lockfile

Expand Down

0 comments on commit 8dbef75

Please sign in to comment.