Skip to content

Commit b13de6d

Browse files
committed
Save blocks list in cache
1 parent e107d3b commit b13de6d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/vm-replay.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,11 @@ jobs:
2828
echo "blocks_list=$(jq 'split(",")' -Rc <(echo $content))" >> $GITHUB_OUTPUT
2929
echo "$content" >> ./blocks.txt
3030
31-
- name: TEST - Check blocks file
32-
run: cat ./blocks.txt
31+
- name: Save blocks list
32+
uses: actions/cache/save@v4.2.0
33+
with:
34+
path: ./blocks.txt
35+
key: blocks-list
3336

3437

3538
run:

0 commit comments

Comments
 (0)