removed UIViewController from Lifecycle Observer #20
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Voir Tests | |
on: | |
push: | |
branches: [ "main" ] | |
paths-ignore: | |
- 'README.md' | |
- 'LICENSE' | |
- 'Support/Voir Scene/*' | |
- 'backup/**' | |
pull_request: | |
paths-ignore: | |
- 'README.md' | |
- 'LICENSE' | |
- 'Support/Voir Scene/*' | |
- 'backup/**' | |
jobs: | |
build: | |
runs-on: macos-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Test Voir | |
run: | | |
DESTINATION=`swift .github/scripts/obtain-simulator.swift` | |
cd Support/VoirDemo | |
xcodebuild test -scheme "VoirDemo" -destination "${DESTINATION}" \ | |
-skip-testing:VoirTests/VoirControllerTests/testComponentWithoutOutputConformance \ | |
-skip-testing:VoirTests/VoirControllerTests/testViewModelWithoutInputConformance \ | |
| xcpretty |