File tree Expand file tree Collapse file tree 3 files changed +0
-13
lines changed
Expand file tree Collapse file tree 3 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,5 @@ export LC_CTYPE=en_US.UTF-8
1515
1616set -o pipefail && arch -" ${ARCH} " xcodebuild \
1717 -scheme CodeEditKit \
18- -derivedDataPath " .build" \
1918 -destination " platform=macos,arch=${ARCH} " \
2019 clean test | xcpretty
Original file line number Diff line number Diff line change 1111 steps :
1212 - name : Checkout repository
1313 uses : actions/checkout@v1
14- - uses : actions/cache@v3
15- with :
16- path : ' .build'
17- key : ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}
18- restore-keys : |
19- ${{ runner.os }}-spm-
20142115 with :
2216 target : CodeEditKit
Original file line number Diff line number Diff line change 1616 steps :
1717 - name : Checkout repository
1818 uses : actions/checkout@v1
19- - uses : actions/cache@v3
20- with :
21- path : ' .build'
22- key : ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}
23- restore-keys : |
24- ${{ runner.os }}-spm-
2519 - name : Make executeable
2620 run : chmod +x ./.github/scripts/tests.sh
2721 - name : Testing Package
You can’t perform that action at this time.
0 commit comments