File tree Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Original file line number Diff line number Diff line change 36
36
distribution : " adopt"
37
37
java-version : " 11"
38
38
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' ) }}
47
39
- name : Setup CommandBox
48
40
uses : Ortus-Solutions/setup-commandbox@main
49
41
with :
Original file line number Diff line number Diff line change 24
24
- name : Setup CommandBox CLI
25
25
uses : Ortus-Solutions/setup-commandbox@main
26
26
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
-
36
27
- name : Install Test Harness Dependencies
37
28
run : |
38
29
box install
You can’t perform that action at this time.
0 commit comments