File tree Expand file tree Collapse file tree 2 files changed +52
-56
lines changed Expand file tree Collapse file tree 2 files changed +52
-56
lines changed Original file line number Diff line number Diff line change 36
36
uses : actions/cache@v4
37
37
with :
38
38
path : ${{ github.workspace }}
39
- key : ${{ runner.os }}-make-cache-${{ needs.load-test-result-cache .outputs.hash }}
39
+ key : ${{ runner.os }}-make-cache-${{ needs.prepare .outputs.hash }}
40
40
fail-on-cache-miss : true
41
41
- name : RESTORE TEST RESULT CACHE
42
42
uses : actions/cache/restore@v3
138
138
uses : actions/cache@v4
139
139
with :
140
140
path : ${{ github.workspace }}
141
- key : ${{ runner.os }}-make-cache-${{ needs.load-test-result-cache .outputs.hash }}
141
+ key : ${{ runner.os }}-make-cache-${{ needs.prepare .outputs.hash }}
142
142
fail-on-cache-miss : true
143
143
- name : RESTORE TEST RESULT CACHE
144
144
uses : actions/cache/restore@v3
154
154
set -x
155
155
tree /home/runner/test-result-cache
156
156
- name : SETUP ERLANG/ELIXIR
157
- if : steps.check.outputs.passed != 'true'
158
157
uses : erlef/setup-beam@v1
159
158
with :
160
159
otp-version : ${{ matrix.otp_version }}
164
163
mkdir -p ${{ env.SUCCESS_PATH }}
165
164
- name : TEST
166
165
id : test
167
- if : steps.check.outputs.passed != 'true'
168
166
run : |
169
167
if [[ -f ${{ env.SUCCESS_PATH }}/checks ]]; then
170
168
echo "checks already passed for this key ${{ needs.prepare.outputs.hash }}"
You can’t perform that action at this time.
0 commit comments