From 8b15c5d75f55007635cb1656b5c525196336847c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Thu, 20 May 2021 20:00:38 +0200 Subject: [PATCH] CI cron: change step order --- .github/workflows/cron.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index e764b8bbd..f210d953b 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -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