Skip to content

Commit

Permalink
Suppress git warnings in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWayfer committed Nov 1, 2021
1 parent c70437f commit 091af40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Suppress git warnings
run: git config --global init.defaultBranch main
- name: Run RSpec
run: bundle exec rspec

0 comments on commit 091af40

Please sign in to comment.