diff --git a/.github/workflows/ftest.yaml b/.github/workflows/ftest.yaml index e6822fcba2..5ac74673b6 100644 --- a/.github/workflows/ftest.yaml +++ b/.github/workflows/ftest.yaml @@ -58,9 +58,6 @@ jobs: ' > ~/.m2/settings.xml - - name: Check Nexus Repository Authentication - run: | - curl -u ${{ secrets.PACKAGES_AUTH_USER }}:${{ secrets.PACKAGES_AUTH_TOKEN }} ${{ env.NPM_REPOSITORY }} - name: Determine nuxeo-elements branch to link id: pick_nuxeo_elements_branch @@ -111,25 +108,6 @@ jobs: popd popd - - name: List npm config - run: | - echo "List Files" - ls -al - echo "view npmrc" - cat .npmrc - echo "Npm Congig List" - npm config ls -l - pwd - echo "Link Files" - 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: |