Forgot that setup_official_tests is needed for symlink (#1758)

This commit is contained in:
Mamy Ratsimbazafy 2020-09-25 18:13:46 +02:00 committed by GitHub
parent c40325e814
commit d6362026a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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