Better detection of comparability in BoxUtil #27
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: Test | |
on: | |
push: | |
branches: | |
- '*' | |
- '*/**' | |
paths-ignore: | |
- 'README.md' | |
- '.gitignore' | |
- 'LICENSE' | |
- 'CHANGELOG.md' | |
- 'doc/**' | |
- 'sample/**' | |
- 'tools/create-release.py' | |
- '.github/workflows/publish.yml' | |
env: | |
DEVELOPER_DIR: /Applications/Xcode_15.0.app | |
jobs: | |
main: | |
runs-on: macOS-13 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Build tests | |
shell: bash | |
run: xcodebuild build -project test/test.xcodeproj -scheme test -config Release -derivedDataPath DerivedData | |
- name: Run tests | |
shell: bash | |
run: DerivedData/Build/Products/Release/test |