CI cron: change step order

This commit is contained in:
Ștefan Talpalaru 2021-05-20 20:00:38 +02:00
parent 74722f1695
commit 8b15c5d75f
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
name: Daily
on:
schedule:
- cron: "40 17 * * *"
- cron: "10 20 * * *"
jobs:
build:
@ -151,6 +151,11 @@ jobs:
brew install gnu-getopt
brew link --force gnu-getopt
- name: Build Nim and Nimbus dependencies
shell: bash
run: |
make -j ${ncpu} NIM_COMMIT=${{ matrix.branch }} ARCH_OVERRIDE=${PLATFORM} QUICK_AND_DIRTY_COMPILER=1 update
- name: Get latest fixtures commit hash
id: fixtures_version
shell: bash
@ -171,12 +176,7 @@ jobs:
- name: Get the Ethereum Foundation fixtures
shell: bash
run: |
V=1 scripts/setup_official_tests.sh fixturesCache
- name: Build Nim and Nimbus dependencies
shell: bash
run: |
make -j ${ncpu} NIM_COMMIT=${{ matrix.branch }} ARCH_OVERRIDE=${PLATFORM} QUICK_AND_DIRTY_COMPILER=1 update
scripts/setup_official_tests.sh fixturesCache
- name: Smoke test the Beacon Node and Validator Client with all tracing enabled
shell: bash