Skip to content

Commit

Permalink
Test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
F1248 committed Feb 5, 2025
1 parent 874e0ec commit 2b99f98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build-Genius.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
sudo mkdir /usr/local/lib
sudo ln "$xcode_developer_directory"/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/*.dylib /usr/local/lib
- name: Run Tests
- name: Resolve Package Dependencies
run: |
set -o pipefail
xcodebuild -resolvePackageDependencies | ./xcbeautify --disable-logging --renderer github-actions
Expand All @@ -74,7 +74,7 @@ jobs:
with:
languages: swift

- name: Run Tests
- name: Build Genius
run: |
set -o pipefail
xcodebuild build-for-testing -scheme Genius -destination generic/platform=macOS -skipPackagePluginValidation | ./xcbeautify --disable-logging --renderer github-actions
Expand Down

0 comments on commit 2b99f98

Please sign in to comment.