CI cron: debug fixture download

This commit is contained in:
Ștefan Talpalaru 2021-05-20 18:21:16 +02:00
parent 876a4cd684
commit 57259cf0d9
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 2 additions and 2 deletions

View File

@ -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