Skip to content

Commit

Permalink
Tweak path
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeLyon committed Nov 15, 2024
1 parent ebc218c commit 0e9b83c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Build and Test (Xcode App).yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Build
run: |
xcrun xcodebuild clean build \
-workspace ${REPO_NAME}.xcworkspace \
-workspace .xcode/${REPO_NAME}.xcworkspace \
-scheme ${REPO_NAME}App \
-derivedDataPath ".build/Xcode.noindex/DerivedData" \
-configuration "${{ matrix.build-configuration }}" \
Expand All @@ -54,7 +54,7 @@ jobs:
run: |
REPO_NAME=${GITHUB_REPOSITORY#$GITHUB_REPOSITORY_OWNER/}
xcrun xcodebuild test \
-workspace ${REPO_NAME}.xcworkspace \
-workspace .xcode/${REPO_NAME}.xcworkspace \
-scheme ${REPO_NAME}App \
-derivedDataPath ".build/Xcode.noindex/DerivedData" \
-configuration "${{ matrix.build-configuration }}" \
Expand All @@ -63,7 +63,7 @@ jobs:
- name: UI Tests
run: |
xcrun xcodebuild test \
-workspace ${REPO_NAME}.xcworkspace \
-workspace .xcode/${REPO_NAME}.xcworkspace \
-scheme ${REPO_NAME}App \
-derivedDataPath ".build/Xcode.noindex/DerivedData" \
-configuration "${{ matrix.build-configuration }}" \
Expand Down

0 comments on commit 0e9b83c

Please sign in to comment.