Skip to content

Commit d3202f8

Browse files
authored
cache test
1 parent 3ef324b commit d3202f8

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

.github/workflows/Matrix XP.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ jobs:
5252
echo "CANCEL:"
5353
echo ${{ steps.prebuild-checks.outputs.cancel }}
5454
55+
- uses: actions/cache@v2
56+
id: restore-build
57+
with:
58+
path: ./*
59+
key: ${{ github.sha }}
60+
5561

5662
## BUILD ##############################################################################
5763
job-build:
@@ -67,6 +73,28 @@ jobs:
6773
run:
6874
shell: bash
6975
steps:
76+
77+
- name: "✔️ ls"
78+
run: |
79+
pwd
80+
ls -als $(pwd)
81+
ls -als ~
82+
ls -Rals ~/artifacts
83+
84+
- uses: actions/cache@v2
85+
id: restore-build
86+
with:
87+
path: ./*
88+
key: ${{ github.sha }}
89+
90+
91+
- name: "✔️ ls"
92+
run: |
93+
pwd
94+
ls -als $(pwd)
95+
ls -als ~
96+
ls -Rals ~/artifacts
97+
7098
- name: "✔️ TEST matrix"
7199
run: |
72100
echo "MATRIX:"

0 commit comments

Comments
 (0)