Skip to content

Bug fix: Swift runtime failure: Unexpectedly found nil while implicitly unwrapping an Optional value #136 #57

Bug fix: Swift runtime failure: Unexpectedly found nil while implicitly unwrapping an Optional value #136

Bug fix: Swift runtime failure: Unexpectedly found nil while implicitly unwrapping an Optional value #136 #57

Workflow file for this run

name: Run UITests
on:
workflow_dispatch:
pull_request:
types: [ opened, synchronize ]
push:
branches:
- master
jobs:
build:
runs-on: macos-10.15
steps:
- name: Checkout project
uses: actions/checkout@v2
- name: Cocoapods
run: cd Examples && pod install --verbose --repo-update && cd ..
- name: Build
run: xcodebuild build-for-testing -workspace Examples/Examples.xcworkspace -scheme ExamplesUITests -destination "platform=iOS Simulator,name=iPhone 12"
- name: Test
run: xcodebuild -workspace Examples/Examples.xcworkspace -scheme ExamplesUITests -destination "platform=iOS Simulator,name=iPhone 12" test