Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:
-configuration Debug \
-skipMacroValidation \
-destination "generic/platform=iOS Simulator" \
clean build
-jobs 1 \
SWIFT_ENABLE_EXPLICIT_MODULES=NO \
build

- name: Run unit tests (all *Tests schemes)
run: |
Expand Down Expand Up @@ -88,5 +90,7 @@ jobs:
-configuration Debug \
-skipMacroValidation \
-destination "id=${SIMULATOR_ID}" \
-jobs 1 \
SWIFT_ENABLE_EXPLICIT_MODULES=NO \
test
done <<< "${TEST_SCHEMES}"
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scale" : "1x"
},
{
"filename" : "baddori_birthday.svg",
"filename" : "ic_baddori_birthday.png",
"idiom" : "universal",
"scale" : "2x"
},
Expand Down

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scale" : "1x"
},
{
"filename" : "baddori_etc.svg",
"filename" : "ic_baddori_etc.png",
"idiom" : "universal",
"scale" : "2x"
},
Expand Down

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scale" : "1x"
},
{
"filename" : "baddori_firstBirthday.svg",
"filename" : "ic_baddori_firstBirthday.png",
"idiom" : "universal",
"scale" : "2x"
},
Expand Down
Loading
Loading