Skip to content

Commit 84b2e7d

Browse files
committed
update packages, remove caching from build and test scripts
1 parent 88b8296 commit 84b2e7d

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

.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: CodeEditTextView

.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

Package.resolved

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)