Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
F1248 committed Feb 4, 2025
1 parent 87af3b1 commit e0db07c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/Build-Genius.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,10 @@ jobs:
with:
languages: swift

- name: Build Genius
run: |
set -o pipefail
xcodebuild build -scheme Genius -destination generic/platform=macOS -skipPackagePluginValidation | ./xcbeautify --disable-logging --renderer github-actions
- name: Run Tests
run: |
set -o pipefail
# Work around https://github.com/github/codeql-cli-binaries/issues/97 by testing with `arch=x86_64`
defaults write "$PWD"/Genius/Info.plist LSRequiresNativeExecution -boolean false
xcodebuild test -scheme Genius -destination platform=macOS,arch=x86_64 -skipPackagePluginValidation | ./xcbeautify --disable-logging --renderer github-actions
xcodebuild build-for-testing -scheme Genius -destination generic/platform=macOS -skipPackagePluginValidation | ./xcbeautify --disable-logging --renderer github-actions
- name: Run CodeQL
uses: github/codeql-action/analyze@main
Expand Down

0 comments on commit e0db07c

Please sign in to comment.