We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 876a4cd commit 57259cfCopy full SHA for 57259cf
.github/workflows/cron.yml
@@ -1,7 +1,7 @@
1
name: Daily
2
on:
3
schedule:
4
- - cron: "55 15 * * *"
+ - cron: "25 16 * * *"
5
6
jobs:
7
build:
@@ -171,7 +171,7 @@ jobs:
171
- name: Get the Ethereum Foundation fixtures
172
shell: bash
173
run: |
174
- scripts/setup_official_tests.sh fixturesCache
+ V=1 scripts/setup_official_tests.sh fixturesCache
175
176
- name: Build Nim and Nimbus dependencies
177
0 commit comments