We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80eb343 commit 1450f14Copy full SHA for 1450f14
.github/workflows/test-coverage.yaml
@@ -31,8 +31,12 @@ jobs:
31
bundler-cache: true
32
33
- name: Run tests
34
- timeout-minutes: 5
35
- run: bundle exec bake test
+ timeout-minutes: 10
+ 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
40
41
- uses: actions/upload-artifact@v4
42
with:
0 commit comments