Skip to content

Commit d48beb6

Browse files
committed
Fix CI
1 parent 680d72d commit d48beb6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/test_integration.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,14 @@ POETRY_VIRTUALENVS_CREATE=false poetry install
3434
make test
3535

3636
# Extra tests for the infra:
37+
38+
# Setup `git`:
3739
git init # needed for `pre-commit`
40+
git config --global user.email "you@example.com"
41+
git config --global user.name "Your Name"
3842
git add --all
3943
git commit -m 'Initial'
4044

45+
# Run `pre-commit` checks:
4146
pip install -U pre-commit
4247
pre-commit run -a

0 commit comments

Comments
 (0)