Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
markgravity committed Aug 23, 2023
1 parent 9ae8585 commit b07b50f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ios_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,11 @@ jobs:
${{ runner.os }}-pods-
- name: Generate KMM frameworks for Cocoapods
run: ./gradlew generateDummyFramework
working-directory: ./sample
run: |
pwd
cd ..
pwd
./gradlew generateDummyFramework
- name: Install Pods Dependencies
run: bundle exec pod install
Expand Down
2 changes: 1 addition & 1 deletion make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,5 @@ rsync -av \
--exclude '.git' \
--exclude '.gitmodules' \
--exclude 'make.sh' \
--exclude 'sample' \
--exclude './sample' \
./ sample/
2 changes: 2 additions & 0 deletions make_ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ cd ios

echo "=> Removing unnecessary files and folders"
rm -rf {PROJECT_NAME}/sources/data
rm -f {PROJECT_NAME}KIFUITests/Sources/Specs/Application/ApplicationSpec.swift
rm -f {PROJECT_NAME}Tests/Sources/Specs/Supports/Extensions/Foundation/OptionalUnwrapSpec.swift

# Because iOS-template is a submodule of the KKM-template, there is no .git directory.
sed -i '' "/rm -f .git*/d" make.sh
Expand Down

0 comments on commit b07b50f

Please sign in to comment.