File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88jobs :
99 verify :
1010 runs-on : ubuntu-latest
11+ timeout-minutes : 30
1112
1213 steps :
1314 - name : Checkout
@@ -25,10 +26,12 @@ jobs:
2526
2627 - name : Format check
2728 run : ./gradlew --no-daemon formatCheck
29+ timeout-minutes : 10
2830
2931 - name : Test
3032 id : test
31- run : ./gradlew --no-daemon test
33+ run : ./gradlew --no-daemon test --stacktrace
34+ timeout-minutes : 20
3235
3336 - name : Reopen and unassign Linear issue on failed PR tests
3437 if : ${{ failure() && github.event_name == 'pull_request' && steps.test.outcome == 'failure' }}
3841
3942 verify-desktop :
4043 runs-on : macos-latest
44+ timeout-minutes : 45
4145
4246 steps :
4347 - name : Checkout
5660 - name : Swift test
5761 run : swift test
5862 working-directory : macos
63+ timeout-minutes : 20
5964
6065 - name : Desktop bundle smoke build
6166 run : /bin/bash shell/build-desktop-app-bundle.sh
67+ timeout-minutes : 20
You can’t perform that action at this time.
0 commit comments