CI cron: debug fixture download
This commit is contained in:
parent
876a4cd684
commit
57259cf0d9
|
@ -1,7 +1,7 @@
|
||||||
name: Daily
|
name: Daily
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "55 15 * * *"
|
- cron: "25 16 * * *"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -171,7 +171,7 @@ jobs:
|
||||||
- name: Get the Ethereum Foundation fixtures
|
- name: Get the Ethereum Foundation fixtures
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
scripts/setup_official_tests.sh fixturesCache
|
V=1 scripts/setup_official_tests.sh fixturesCache
|
||||||
|
|
||||||
- name: Build Nim and Nimbus dependencies
|
- name: Build Nim and Nimbus dependencies
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in New Issue