File tree Expand file tree Collapse file tree 4 files changed +21
-20
lines changed Expand file tree Collapse file tree 4 files changed +21
-20
lines changed Original file line number Diff line number Diff line change 1
- name : app_check
1
+ name : firebase_app_check
2
2
3
3
on :
4
4
pull_request :
5
5
paths :
6
6
- ' FirebaseAppCheck**'
7
- - ' .github/workflows/app_check .yml'
7
+ - ' .github/workflows/firebase_app_check .yml'
8
8
- ' Gemfile*'
9
9
schedule :
10
10
# Run every day at 11pm (PST) - cron uses UTC times
65
65
- name : Initialize xcodebuild
66
66
run : scripts/setup_spm_tests.sh
67
67
- name : iOS Unit Tests
68
- run : scripts/third_party/travis/retry.sh ./scripts/build.sh AppCheckUnit iOS spm ${{ matrix.diagnostic }}
68
+ run : scripts/third_party/travis/retry.sh ./scripts/build.sh FirebaseAppCheckUnit iOS spm ${{ matrix.diagnostic }}
69
69
- name : Upload raw logs if failed
70
70
if : ${{ failure() }}
71
71
uses : actions/upload-artifact@v2
@@ -107,6 +107,6 @@ jobs:
107
107
- name : Initialize xcodebuild
108
108
run : scripts/setup_spm_tests.sh
109
109
- name : Unit Tests
110
- run : scripts/third_party/travis/retry.sh ./scripts/build.sh AppCheckUnit ${{ matrix.target }} spm
110
+ run : scripts/third_party/travis/retry.sh ./scripts/build.sh FirebaseAppCheckUnit ${{ matrix.target }} spm
111
111
- name : Swift Unit Tests
112
- run : scripts/third_party/travis/retry.sh ./scripts/build.sh AppCheckUnitSwift ${{ matrix.target }} spm
112
+ run : scripts/third_party/travis/retry.sh ./scripts/build.sh FirebaseAppCheckUnitSwift ${{ matrix.target }} spm
Original file line number Diff line number Diff line change @@ -1277,7 +1277,7 @@ let package = Package(
1277
1277
]
1278
1278
) ,
1279
1279
. testTarget(
1280
- name: " AppCheckUnit " ,
1280
+ name: " FirebaseAppCheckUnit " ,
1281
1281
dependencies: [
1282
1282
" FirebaseAppCheck " ,
1283
1283
" SharedTestUtilities " ,
@@ -1286,7 +1286,8 @@ let package = Package(
1286
1286
] ,
1287
1287
path: " FirebaseAppCheck/Tests " ,
1288
1288
exclude: [
1289
- // Disable Swift tests as mixed targets are not supported (Xcode 12.3).
1289
+ // Swift tests are in the target `FirebaseAppCheckUnitSwift` since mixed language targets
1290
+ // are not supported (as of Xcode 14.3).
1290
1291
" Unit/Swift " ,
1291
1292
] ,
1292
1293
resources: [
@@ -1297,7 +1298,7 @@ let package = Package(
1297
1298
]
1298
1299
) ,
1299
1300
. testTarget(
1300
- name: " AppCheckUnitSwift " ,
1301
+ name: " FirebaseAppCheckUnitSwift " ,
1301
1302
dependencies: [ " FirebaseAppCheck " ] ,
1302
1303
path: " FirebaseAppCheck/Tests/Unit/Swift " ,
1303
1304
cSettings: [
Original file line number Diff line number Diff line change 14
14
buildForAnalyzing = " YES" >
15
15
<BuildableReference
16
16
BuildableIdentifier = " primary"
17
- BlueprintIdentifier = " AppCheckUnit "
18
- BuildableName = " AppCheckUnit "
19
- BlueprintName = " AppCheckUnit "
17
+ BlueprintIdentifier = " FirebaseAppCheckUnit "
18
+ BuildableName = " FirebaseAppCheckUnit "
19
+ BlueprintName = " FirebaseAppCheckUnit "
20
20
ReferencedContainer = " container:" >
21
21
</BuildableReference >
22
22
</BuildActionEntry >
32
32
skipped = " NO" >
33
33
<BuildableReference
34
34
BuildableIdentifier = " primary"
35
- BlueprintIdentifier = " AppCheckUnit "
36
- BuildableName = " AppCheckUnit "
37
- BlueprintName = " AppCheckUnit "
35
+ BlueprintIdentifier = " FirebaseAppCheckUnit "
36
+ BuildableName = " FirebaseAppCheckUnit "
37
+ BlueprintName = " FirebaseAppCheckUnit "
38
38
ReferencedContainer = " container:" >
39
39
</BuildableReference >
40
40
</TestableReference >
Original file line number Diff line number Diff line change 14
14
buildForAnalyzing = " YES" >
15
15
<BuildableReference
16
16
BuildableIdentifier = " primary"
17
- BlueprintIdentifier = " AppCheckUnitSwift "
18
- BuildableName = " AppCheckUnitSwift "
19
- BlueprintName = " AppCheckUnitSwift "
17
+ BlueprintIdentifier = " FirebaseAppCheckUnitSwift "
18
+ BuildableName = " FirebaseAppCheckUnitSwift "
19
+ BlueprintName = " FirebaseAppCheckUnitSwift "
20
20
ReferencedContainer = " container:" >
21
21
</BuildableReference >
22
22
</BuildActionEntry >
32
32
skipped = " NO" >
33
33
<BuildableReference
34
34
BuildableIdentifier = " primary"
35
- BlueprintIdentifier = " AppCheckUnitSwift "
36
- BuildableName = " AppCheckUnitSwift "
37
- BlueprintName = " AppCheckUnitSwift "
35
+ BlueprintIdentifier = " FirebaseAppCheckUnitSwift "
36
+ BuildableName = " FirebaseAppCheckUnitSwift "
37
+ BlueprintName = " FirebaseAppCheckUnitSwift "
38
38
ReferencedContainer = " container:" >
39
39
</BuildableReference >
40
40
</TestableReference >
You can’t perform that action at this time.
0 commit comments