mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-22 11:18:25 +00:00
Forgot that setup_official_tests is needed for symlink (#1758)
This commit is contained in:
parent
c40325e814
commit
d6362026a4
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -247,10 +247,10 @@ jobs:
|
||||
path: nim-beacon-chain/fixturesCache
|
||||
key: 'eth2-scenarios-${{ steps.fixtures_version.outputs.fixtures }}'
|
||||
|
||||
# Important: even with a cache hit, this should be run
|
||||
# as it symlinks the cached items in their proper place
|
||||
- name: Get the Ethereum Foundation fixtures
|
||||
if: >
|
||||
matrix.target.TEST_KIND == 'unit-tests' &&
|
||||
steps.fixtures-cache.outputs.cache-hit != 'true'
|
||||
if: matrix.target.TEST_KIND == 'unit-tests'
|
||||
shell: bash
|
||||
working-directory: nim-beacon-chain
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user