We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3202f8 commit 9fb431cCopy full SHA for 9fb431c
1 file changed
.github/workflows/Matrix XP.yml
@@ -52,8 +52,9 @@ jobs:
52
echo "CANCEL:"
53
echo ${{ steps.prebuild-checks.outputs.cancel }}
54
55
- - uses: actions/cache@v2
56
- id: restore-build
+ - name: Set Cache
+ uses: actions/cache@v3.2.6
57
+ id: cache-sources
58
with:
59
path: ./*
60
key: ${{ github.sha }}
@@ -79,21 +80,19 @@ jobs:
79
80
pwd
81
ls -als $(pwd)
82
ls -als ~
- ls -Rals ~/artifacts
83
84
85
+ - name: Hit Cache
86
87
88
89
90
-
91
- name: "✔️ ls"
92
run: |
93
94
95
96
97
98
- name: "✔️ TEST matrix"
99
0 commit comments