Skip to content

Sanitize launch arguments before passing them to bash commands #268

Sanitize launch arguments before passing them to bash commands

Sanitize launch arguments before passing them to bash commands #268

Workflow file for this run

name: Xcode
on:
push:
branches: [main]
pull_request:
jobs:
build:
name: Test
runs-on: macos-26
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
submodules: recursive
- name: Install xcbeautify
run: brew install xcbeautify
- name: Select Xcode Version
run: sudo xcode-select -switch /Applications/Xcode_26.1.app
- name: Run Tests
run: set -o pipefail && xcodebuild test -project Tophat.xcodeproj -scheme TophatTests -destination 'platform=macOS,arch=arm64' CODE_SIGNING_ALLOWED=NO | xcbeautify