diff --git a/.github/workflows/ftest.yaml b/.github/workflows/ftest.yaml index 8ca33ec72a..e6822fcba2 100644 --- a/.github/workflows/ftest.yaml +++ b/.github/workflows/ftest.yaml @@ -82,7 +82,7 @@ jobs: pushd packages/nuxeo-designer-catalog npm install popd - + - name: Checkout the nuxeo-elements repo uses: actions/checkout@v2 with: @@ -124,6 +124,13 @@ jobs: echo ${ELEMENTS_CORE} echo nuxeo-elements/core/${ELEMENTS_CORE} + - name: Install Elements modules + run: | + pushd nuxeo-elements + pushd core + npm install nuxeo-elements/core/${ELEMENTS_CORE} --force --verbose + popd + - name: Link elements to Web UI run: | export NPM_CONFIG_LOGLEVEL=silly