Skip to content

Commit

Permalink
iosbuild ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
SanttuRantanen committed Sep 21, 2024
1 parent 3e3c42a commit 5672571
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ios_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
# apply provisioning profile
mkdir -p ~/Library/MobileDevice/Provisioning\ Profiles
cp $PP_PATH ~/Library/MobileDevice/Provisioning\ Profiles
security cms -D -i $PP_PATH
security cms -D -i $PP_PATH -o $RUNNER_TEMP/Profile_Explainer_iOS_Dev-payload.plist
cat $RUNNER_TEMP/Profile_Explainer_iOS_Dev-payload.plist
- name: Run iOS tests
run: ./iostest.sh

0 comments on commit 5672571

Please sign in to comment.