Skip to content

Commit b8dfa5e

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
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

0 commit comments

Comments
 (0)