Skip to content

Commit

Permalink
CI: set git user environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Jun 28, 2024
1 parent b5988c5 commit e464e6d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
run: bundle exec rake spec
- name: Run behavior tests
run: bundle exec cucumber
env:
GIT_COMMITTER_NAME: 'user'
GIT_COMMITTER_EMAIL: '[email protected]'
GIT_AUTHOR_NAME: 'user'
GIT_AUTHOR_EMAIL: '[email protected]'
- name: Build gem
run: gem build --verbose *.gemspec
tests:
Expand Down

0 comments on commit e464e6d

Please sign in to comment.