Skip to content

Commit c85198c

Browse files
committed
Test S3 download phase
1 parent 2903707 commit c85198c

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ jobs:
3939

4040
# Downloads Firebase files
4141
- name: Downloading Google Firebase plist files
42-
run: aws s3 cp s3://$BUILDS_BUCKET/$FOLDER/ ios-base/Resources/$FOLDER/ --recursive
42+
run: |
43+
aws s3 cp s3://$BUILDS_BUCKET/$FOLDER/ ios-base/Resources/$FOLDER/ --recursive
44+
ls
45+
ls ios-base/Resources
4346
4447
# Runs test on the develop scheme
4548
- name: Running Test Suite

ios-base.xcodeproj/project.pbxproj

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,14 @@
368368
path = "ios-base";
369369
sourceTree = "<group>";
370370
};
371+
9B0E254B28C15003006FBCD4 /* GoogleFirebase */ = {
372+
isa = PBXGroup;
373+
children = (
374+
9B0E254628C140E3006FBCD4 /* GoogleService-Info.plist */,
375+
);
376+
path = GoogleFirebase;
377+
sourceTree = "<group>";
378+
};
371379
9B2D00FC278CAFFC000657BE /* Endpoints */ = {
372380
isa = PBXGroup;
373381
children = (
@@ -448,7 +456,7 @@
448456
9B8D306720AB45160050697F /* Resources */ = {
449457
isa = PBXGroup;
450458
children = (
451-
9B0E254628C140E3006FBCD4 /* GoogleService-Info.plist */,
459+
9B0E254B28C15003006FBCD4 /* GoogleFirebase */,
452460
9B8D306820AB451E0050697F /* Localization */,
453461
);
454462
path = Resources;

0 commit comments

Comments
 (0)