Look for crashlog after run
This commit is contained in:
parent
b5bc6f1e58
commit
b20b1d07c9
|
@ -38,3 +38,6 @@ jobs:
|
|||
KEY_SECRET: ${{ secrets.KEY_SECRET }}
|
||||
SCHEME: ${{ matrix.scheme }}
|
||||
run: buildscripts/ci-build.sh
|
||||
|
||||
- name: Check for Crashlog
|
||||
run: ls -al ~/Library/Logs/DiagnosticReports/
|
|
@ -29,6 +29,4 @@ xcodebuild -scheme $SCHEME test -showBuildTimingSummary
|
|||
|
||||
# Delete the keychain and the provisioningi profile
|
||||
security delete-keychain github-build.keychain
|
||||
rm -f ~/Library/MobileDevice/Provisioning\ Profiles/NetNewsWire.provisionprofile
|
||||
|
||||
ls -al ~/Library/Logs/DiagnosticReports/
|
||||
rm -f ~/Library/MobileDevice/Provisioning\ Profiles/NetNewsWire.provisionprofile
|
Loading…
Reference in New Issue