Skip to content

Commit 8b15c5d

Browse files
CI cron: change step order
1 parent 74722f1 commit 8b15c5d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/cron.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Daily
22
on:
33
schedule:
4-
- cron: "40 17 * * *"
4+
- cron: "10 20 * * *"
55

66
jobs:
77
build:
@@ -151,6 +151,11 @@ jobs:
151151
brew install gnu-getopt
152152
brew link --force gnu-getopt
153153
154+
- name: Build Nim and Nimbus dependencies
155+
shell: bash
156+
run: |
157+
make -j ${ncpu} NIM_COMMIT=${{ matrix.branch }} ARCH_OVERRIDE=${PLATFORM} QUICK_AND_DIRTY_COMPILER=1 update
158+
154159
- name: Get latest fixtures commit hash
155160
id: fixtures_version
156161
shell: bash
@@ -171,12 +176,7 @@ jobs:
171176
- name: Get the Ethereum Foundation fixtures
172177
shell: bash
173178
run: |
174-
V=1 scripts/setup_official_tests.sh fixturesCache
175-
176-
- name: Build Nim and Nimbus dependencies
177-
shell: bash
178-
run: |
179-
make -j ${ncpu} NIM_COMMIT=${{ matrix.branch }} ARCH_OVERRIDE=${PLATFORM} QUICK_AND_DIRTY_COMPILER=1 update
179+
scripts/setup_official_tests.sh fixturesCache
180180
181181
- name: Smoke test the Beacon Node and Validator Client with all tracing enabled
182182
shell: bash

0 commit comments

Comments
 (0)