Skip to content

Commit

Permalink
chore: add git config
Browse files Browse the repository at this point in the history
  • Loading branch information
merceyz committed Aug 17, 2020
1 parent c155dcd commit 5cf3377
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ jobs:
path: ./*
key: ${{ github.sha }}
- run: |
git config --global user.email "[email protected]"
git config --global user.name "John Doe"
mkdir -p ./e2e-tests/next-pnp
cp -r ./examples/with-typescript/. ./e2e-tests/next-pnp
cd ./e2e-tests/next-pnp
Expand Down

0 comments on commit 5cf3377

Please sign in to comment.