Skip to content

Commit

Permalink
Set git config before running integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
oxkitsune committed Oct 16, 2023
1 parent ce496f4 commit ae91aa3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
# ensure we fetch ALL commits and tags!
fetch-depth: '0'
persist-credentials: false
- name: Set git config
run: |
git config --global user.email "[email protected]"
git config --global user.name "cody"
- name: Set up JDK
uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
with:
Expand Down

0 comments on commit ae91aa3

Please sign in to comment.