We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2903707 commit b8dfa5eCopy full SHA for b8dfa5e
.github/workflows/ci.yml
@@ -39,7 +39,10 @@ jobs:
39
40
# Downloads Firebase files
41
- name: Downloading Google Firebase plist files
42
- run: aws s3 cp s3://$BUILDS_BUCKET/$FOLDER/ ios-base/Resources/$FOLDER/ --recursive
+ run: |
43
+ aws s3 cp s3://$BUILDS_BUCKET/$FOLDER/ ios-base/Resources/$FOLDER/ --recursive
44
+ ls
45
+ ls /ios-base/Resources
46
47
# Runs test on the develop scheme
48
- name: Running Test Suite
0 commit comments