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 fb2de3e commit fb76d31Copy full SHA for fb76d31
.github/workflows/post-release-qa.yml
@@ -6,6 +6,7 @@ on:
6
jobs:
7
verify-cocoapods-iOS:
8
runs-on: macos-latest
9
+ timeout-minutes: 30
10
steps:
11
- name: Check out code
12
uses: actions/checkout@v4
@@ -34,6 +35,7 @@ jobs:
34
35
path: test-results
36
verify-carthage-iOS:
37
38
39
40
41
@@ -62,6 +64,7 @@ jobs:
62
64
63
65
verify-SPM-iOS:
66
67
68
69
70
@@ -90,6 +93,7 @@ jobs:
90
93
91
94
verify-cocoapods-tvOS:
92
95
96
97
98
99
0 commit comments