Skip to content

Commit 57259cf

Browse files
CI cron: debug fixture download
1 parent 876a4cd commit 57259cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cron.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Daily
22
on:
33
schedule:
4-
- cron: "55 15 * * *"
4+
- cron: "25 16 * * *"
55

66
jobs:
77
build:
@@ -171,7 +171,7 @@ jobs:
171171
- name: Get the Ethereum Foundation fixtures
172172
shell: bash
173173
run: |
174-
scripts/setup_official_tests.sh fixturesCache
174+
V=1 scripts/setup_official_tests.sh fixturesCache
175175
176176
- name: Build Nim and Nimbus dependencies
177177
shell: bash

0 commit comments

Comments
 (0)