Skip to content

Commit

Permalink
Implementing Cache @ ios.yml
Browse files Browse the repository at this point in the history
Simulating and updating iOS workflow.
  • Loading branch information
mansourshebli authored Sep 27, 2023
1 parent 4915e95 commit 590b599
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,10 @@ jobs:
if [ "`ls -A | grep -i \\.xcworkspace\$`" ]; then filetype_parameter="workspace" && file_to_build="`ls -A | grep -i \\.xcworkspace\$`"; else filetype_parameter="project" && file_to_build="`ls -A | grep -i \\.xcodeproj\$`"; fi
file_to_build=`echo $file_to_build | awk '{$1=$1;print}'`
xcodebuild test-without-building -scheme "$scheme" -"$filetype_parameter" "$file_to_build" -destination "platform=$platform,name=$device"
- name: Cache
uses: actions/[email protected]
with:
# Files, directories
path:
# An Explit key for restoring and saving the cache

0 comments on commit 590b599

Please sign in to comment.