From 2b99f98ffa07d686eae029acc93cc0e8f050adae Mon Sep 17 00:00:00 2001 From: F1248 Date: Wed, 5 Feb 2025 12:08:19 +0100 Subject: [PATCH] Test 3 --- .github/workflows/Build-Genius.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Build-Genius.yml b/.github/workflows/Build-Genius.yml index 861ca6a..5e760b1 100644 --- a/.github/workflows/Build-Genius.yml +++ b/.github/workflows/Build-Genius.yml @@ -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 @@ -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