Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lechuckcaptain committed Sep 24, 2023
1 parent 5b39922 commit 055f48f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ jobs:
uses: actions/checkout@v3
- name: Build
run: |
xcodebuild clean build -project ControlRoom.xcodeproj -scheme 'Debug - ControlRoom' | xcpretty && exit ${PIPESTATUS[0]}
xcodebuild clean build analyze -project ControlRoom.xcodeproj -scheme 'Debug - ControlRoom' -destination 'platform=macOS' | xcpretty && exit ${PIPESTATUS[0]}
- name: Unit Tests
run: |
xcodebuild test-without-building -project ControlRoom.xcodeproj -scheme 'Debug - ControlRoom' -destination 'platform=macOS' | xcpretty && exit ${PIPESTATUS[0]}

0 comments on commit 055f48f

Please sign in to comment.