File tree Expand file tree Collapse file tree 6 files changed +0
-36
lines changed Expand file tree Collapse file tree 6 files changed +0
-36
lines changed Original file line number Diff line number Diff line change 22
22
if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
23
23
24
24
runs-on : macos-12
25
- env :
26
- # This env var is set because the job has a dependency on the unpublished HeatbeatLoggingTestUtils.
27
- POD_LIB_LINT_ONLY : 1
28
25
strategy :
29
26
matrix :
30
27
target : [ios, tvos, macos, watchos]
45
42
46
43
env :
47
44
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
48
- # This env var is set because the job has a dependency on the unpublished HeatbeatLoggingTestUtils.
49
- POD_LIB_LINT_ONLY : 1
50
45
runs-on : macos-12
51
46
steps :
52
47
- uses : actions/checkout@v3
98
93
catalyst :
99
94
# Don't run on private repo unless it is a PR.
100
95
if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
101
- env :
102
- # This env var is set because the job has a dependency on the unpublished HeatbeatLoggingTestUtils.
103
- POD_LIB_LINT_ONLY : 1
104
96
runs-on : macos-12
105
97
steps :
106
98
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 22
22
strategy :
23
23
matrix :
24
24
target : [ios, tvos, macos]
25
- env :
26
- # This env var is set because the job has a dependency on the unpublished HeatbeatLoggingTestUtils.
27
- POD_LIB_LINT_ONLY : 1
28
25
steps :
29
26
- uses : actions/checkout@v3
30
27
- uses : ruby/setup-ruby@v1
55
52
if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
56
53
57
54
runs-on : macos-12
58
- env :
59
- # This env var is set because the job has a dependency on the unpublished HeatbeatLoggingTestUtils.
60
- POD_LIB_LINT_ONLY : 1
61
55
steps :
62
56
- uses : actions/checkout@v3
63
57
- uses : mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126
Original file line number Diff line number Diff line change 21
21
strategy :
22
22
matrix :
23
23
target : [ios, tvos, macos]
24
- env :
25
- # This env var is set because the job has a dependency on the unpublished HeatbeatLoggingTestUtils.
26
- POD_LIB_LINT_ONLY : 1
27
24
steps :
28
25
- uses : actions/checkout@v3
29
26
- uses : ruby/setup-ruby@v1
Original file line number Diff line number Diff line change 19
19
strategy :
20
20
matrix :
21
21
target : [ios, tvos, macos]
22
- env :
23
- # This env var is set because the job has a dependency on the unpublished HeatbeatLoggingTestUtils.
24
- POD_LIB_LINT_ONLY : 1
25
22
steps :
26
23
- uses : actions/checkout@v3
27
24
- uses : ruby/setup-ruby@v1
48
45
# Don't run on private repo unless it is a PR.
49
46
if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
50
47
runs-on : macos-12
51
- env :
52
- # This env var is set because the job has a dependency on the unpublished HeatbeatLoggingTestUtils.
53
- POD_LIB_LINT_ONLY : 1
54
48
steps :
55
49
- uses : actions/checkout@v3
56
50
- uses : mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126
Original file line number Diff line number Diff line change 22
22
strategy :
23
23
matrix :
24
24
target : [ios, tvos, macos]
25
- env :
26
- # This env var is set because the job has a dependency on the unpublished HeatbeatLoggingTestUtils.
27
- POD_LIB_LINT_ONLY : 1
28
25
steps :
29
26
- uses : actions/checkout@v3
30
27
- uses : ruby/setup-ruby@v1
39
36
# Don't run on private repo unless it is a PR.
40
37
if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
41
38
runs-on : macos-12
42
- env :
43
- # This env var is set because the job has a dependency on the unpublished HeatbeatLoggingTestUtils.
44
- POD_LIB_LINT_ONLY : 1
45
39
steps :
46
40
- uses : actions/checkout@v3
47
41
- uses : ruby/setup-ruby@v1
Original file line number Diff line number Diff line change 22
22
runs-on : macos-12
23
23
env :
24
24
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
25
- # This env var is set because the job has a dependency on the unpublished HeatbeatLoggingTestUtils.
26
- POD_LIB_LINT_ONLY : 1
27
25
strategy :
28
26
matrix :
29
27
target : [ios, tvos, macos]
67
65
catalyst :
68
66
if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
69
67
runs-on : macos-12
70
- env :
71
- # This env var is set because the job has a dependency on the unpublished HeatbeatLoggingTestUtils.
72
- POD_LIB_LINT_ONLY : 1
73
68
steps :
74
69
- uses : actions/checkout@v3
75
70
- uses : mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126
@@ -128,8 +123,6 @@ jobs:
128
123
env :
129
124
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
130
125
FIR_IID_INTEGRATION_TESTS_REQUIRED : ${{ secrets.GHASecretsGPGPassphrase1 }}
131
- # This env var is set because the job has a dependency on the unpublished HeatbeatLoggingTestUtils.
132
- POD_LIB_LINT_ONLY : 1
133
126
strategy :
134
127
matrix :
135
128
target : [ios, tvos, macos]
You can’t perform that action at this time.
0 commit comments