Skip to content

Commit 1450f14

Browse files
committed
Fix coverage tests.
1 parent 80eb343 commit 1450f14

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/test-coverage.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,12 @@ jobs:
3131
bundler-cache: true
3232

3333
- name: Run tests
34-
timeout-minutes: 5
35-
run: bundle exec bake test
34+
timeout-minutes: 10
35+
run: |
36+
git config --global user.email "samuel@oriontransfer.net"
37+
git config --global user.name "Samuel Williams"
38+
git config --global init.defaultBranch main
39+
bundle exec bake test
3640
3741
- uses: actions/upload-artifact@v4
3842
with:

0 commit comments

Comments
 (0)