Skip to content

Commit

Permalink
github: try setting up git user on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JPHutchins committed Oct 8, 2023
1 parent 9d1c929 commit 5f601ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Setup git user
run: |
git config --global user.name "Intercreate"
git config --global user.email [email protected]
- name: Configure & run tests
run: cmake -B tests/build -S tests --log-level=NOTICE

0 comments on commit 5f601ce

Please sign in to comment.