Skip to content

Commit 7be36ad

Browse files
committed
Remove CommandBox caching
1 parent de7f5e0 commit 7be36ad

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,6 @@ jobs:
3636
distribution: "adopt"
3737
java-version: "11"
3838

39-
- name: Cache CommandBox Dependencies
40-
uses: actions/cache@v1
41-
if: ${{ true }}
42-
with:
43-
path: ~/.CommandBox/artifacts
44-
key: ${{ runner.OS }}-commandbox-cache-${{ hashFiles( 'box.json' ) }}-${{ hashFiles( 'test-harness/box.json' ) }}
45-
restore-keys: |
46-
${{ runner.OS }}-commandbox-cache-${{ hashFiles( 'box.json' ) }}-${{ hashFiles( 'test-harness/box.json' ) }}
4739
- name: Setup CommandBox
4840
uses: Ortus-Solutions/setup-commandbox@main
4941
with:

.github/workflows/tests.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,6 @@ jobs:
2424
- name: Setup CommandBox CLI
2525
uses: Ortus-Solutions/setup-commandbox@main
2626

27-
- name: Cache CommandBox Dependencies
28-
uses: actions/cache@v1
29-
if: ${{ true }}
30-
with:
31-
path: ~/.CommandBox/artifacts
32-
key: ${{ runner.OS }}-commandbox-cache-${{ hashFiles( 'box.json' ) }}-${{ hashFiles( 'box.json' ) }}
33-
restore-keys: |
34-
${{ runner.OS }}-commandbox-cache-${{ hashFiles( 'box.json' ) }}-${{ hashFiles( 'box.json' ) }}
35-
3627
- name: Install Test Harness Dependencies
3728
run: |
3829
box install

0 commit comments

Comments
 (0)