diff --git a/.github/workflows/a11y.yaml b/.github/workflows/a11y.yaml index 262ee11bce..63a4534a72 100644 --- a/.github/workflows/a11y.yaml +++ b/.github/workflows/a11y.yaml @@ -40,9 +40,22 @@ jobs: - uses: actions/setup-node@v3 with: registry-url: ${{ env.NPM_REPOSITORY }} + registry-url: 'https://packages.nuxeo.com/repository/npm-public/' node-version: 18 scope: '@nuxeo' + - name: Install Web UI + env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_PACKAGES_TOKEN }} + run: | + npm install + pushd packages/nuxeo-web-ui-ftest + npm install + popd + pushd packages/nuxeo-designer-catalog + npm install + popd + - uses: actions/setup-java@v2 with: distribution: 'zulu' diff --git a/plugin/web-ui/addon/build.xml b/plugin/web-ui/addon/build.xml index 28a398b8ed..bbcda664f9 100644 --- a/plugin/web-ui/addon/build.xml +++ b/plugin/web-ui/addon/build.xml @@ -34,8 +34,6 @@ limitations under the License. - -