Skip to content

Commit 0513121

Browse files
author
Lukas Pistrol
authored
Merge pull request #4 from lukepistrol/fix/disable-caching
[fix]: remove caching
2 parents a7ed544 + 1ca684f commit 0513121

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

.github/scripts/tests.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ export LC_CTYPE=en_US.UTF-8
1515

1616
set -o pipefail && arch -"${ARCH}" xcodebuild \
1717
-scheme CodeEditKit \
18-
-derivedDataPath ".build" \
1918
-destination "platform=macos,arch=${ARCH}" \
2019
clean test | xcpretty

.github/workflows/build-documentation.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ jobs:
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-
2014
- uses: fwcd/[email protected]
2115
with:
2216
target: CodeEditKit

.github/workflows/tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ jobs:
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

0 commit comments

Comments
 (0)