Skip to content

Commit 758ef8f

Browse files
committed
Test with new blocks
1 parent 7a75100 commit 758ef8f

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/replay-blocks.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
750001,742001
1+
800000,900000

.github/workflows/daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
schedule:
55
# At the end of every day
66
- cron: "0 0 * * *"
7-
pull_request:
7+
# pull_request:
88

99
env:
1010
RANGE_SIZE: 2

.github/workflows/vm-replay.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
type: string
88
description: Comma separated block numbers (e.g "10,50,70")
99
required: true
10-
# pull_request:
10+
pull_request:
1111

1212

1313
env:
@@ -26,6 +26,9 @@ jobs:
2626
with:
2727
path: cairo_native
2828

29+
- name: TEST - check blocks file BEFORE
30+
run: cat blocks.txt
31+
2932
- name: Restore blocks list
3033
id: cache-restore
3134
uses: actions/cache/restore@v4.2.0
@@ -53,6 +56,9 @@ jobs:
5356
path: ./blocks.txt
5457
key: blocks-list
5558

59+
- name: TEST - check blocks file AFTER
60+
run: cat blocks.txt
61+
5662
run:
5763
needs: setup
5864
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)