Clean up code in InfoPane
to be more robust
#701
Workflow file for this run
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: CI | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
jobs: | |
test: | |
runs-on: macos-13 | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Run tests | |
env: | |
DEVELOPER_DIR: /Applications/Xcode_15.0.1.app | |
run: xcodebuild test -scheme Xcodes |