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 2222 if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
2323
2424 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
2825 strategy :
2926 matrix :
3027 target : [ios, tvos, macos, watchos]
4542
4643 env :
4744 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
5045 runs-on : macos-12
5146 steps :
5247 - uses : actions/checkout@v3
9893 catalyst :
9994 # Don't run on private repo unless it is a PR.
10095 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
10496 runs-on : macos-12
10597 steps :
10698 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 2222 strategy :
2323 matrix :
2424 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
2825 steps :
2926 - uses : actions/checkout@v3
3027 - uses : ruby/setup-ruby@v1
5552 if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
5653
5754 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
6155 steps :
6256 - uses : actions/checkout@v3
6357 - uses : mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126
Original file line number Diff line number Diff line change 2121 strategy :
2222 matrix :
2323 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
2724 steps :
2825 - uses : actions/checkout@v3
2926 - uses : ruby/setup-ruby@v1
Original file line number Diff line number Diff line change 1919 strategy :
2020 matrix :
2121 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
2522 steps :
2623 - uses : actions/checkout@v3
2724 - uses : ruby/setup-ruby@v1
4845 # Don't run on private repo unless it is a PR.
4946 if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
5047 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
5448 steps :
5549 - uses : actions/checkout@v3
5650 - uses : mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126
Original file line number Diff line number Diff line change 2222 strategy :
2323 matrix :
2424 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
2825 steps :
2926 - uses : actions/checkout@v3
3027 - uses : ruby/setup-ruby@v1
3936 # Don't run on private repo unless it is a PR.
4037 if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
4138 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
4539 steps :
4640 - uses : actions/checkout@v3
4741 - uses : ruby/setup-ruby@v1
Original file line number Diff line number Diff line change 2222 runs-on : macos-12
2323 env :
2424 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
2725 strategy :
2826 matrix :
2927 target : [ios, tvos, macos]
6765 catalyst :
6866 if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
6967 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
7368 steps :
7469 - uses : actions/checkout@v3
7570 - uses : mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126
@@ -128,8 +123,6 @@ jobs:
128123 env :
129124 plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
130125 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
133126 strategy :
134127 matrix :
135128 target : [ios, tvos, macos]
You can’t perform that action at this time.
0 commit comments