File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4141 uses : actions/cache@v4
4242 with :
4343 path : ~/Library/Developer/Xcode/DerivedData
44- key : ${{ runner.os }}-deriveddata-${{ hashFiles('Recap/Recap .xcodeproj/project.pbxproj') }}
44+ key : ${{ runner.os }}-deriveddata-${{ hashFiles('Recap.xcodeproj/project.pbxproj') }}
4545 restore-keys : |
4646 ${{ runner.os }}-deriveddata-
4747
5252 run : |
5353 set -o pipefail
5454 xcodebuild build \
55- -project Recap/Recap .xcodeproj \
55+ -project Recap.xcodeproj \
5656 -scheme Recap \
5757 -configuration Debug \
5858 -destination 'platform=macOS' \
6262 run : |
6363 set -o pipefail
6464 xcodebuild build \
65- -project Recap/Recap .xcodeproj \
65+ -project Recap.xcodeproj \
6666 -scheme Recap \
6767 -configuration Release \
6868 -destination 'platform=macOS' \
8686 uses : actions/cache@v4
8787 with :
8888 path : ~/Library/Developer/Xcode/DerivedData
89- key : ${{ runner.os }}-deriveddata-${{ hashFiles('Recap/Recap .xcodeproj/project.pbxproj') }}
89+ key : ${{ runner.os }}-deriveddata-${{ hashFiles('Recap.xcodeproj/project.pbxproj') }}
9090 restore-keys : |
9191 ${{ runner.os }}-deriveddata-
9292
9797 run : |
9898 set -o pipefail
9999 xcodebuild test \
100- -project Recap/Recap .xcodeproj \
100+ -project Recap.xcodeproj \
101101 -scheme Recap \
102102 -destination 'platform=macOS' \
103103 -resultBundlePath TestResults.xcresult \
Original file line number Diff line number Diff line change 2525 uses : actions/cache@v4
2626 with :
2727 path : ~/Library/Developer/Xcode/DerivedData
28- key : ${{ runner.os }}-deriveddata-${{ hashFiles('Recap/Recap .xcodeproj/project.pbxproj') }}
28+ key : ${{ runner.os }}-deriveddata-${{ hashFiles('Recap.xcodeproj/project.pbxproj') }}
2929 restore-keys : |
3030 ${{ runner.os }}-deriveddata-
3131
3636 run : |
3737 set -o pipefail
3838 xcodebuild test \
39- -project Recap/Recap .xcodeproj \
39+ -project Recap.xcodeproj \
4040 -scheme Recap \
4141 -destination 'platform=macOS' \
4242 -resultBundlePath TestResults.xcresult \
You can’t perform that action at this time.
0 commit comments