Skip to content

Commit

Permalink
install webui
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshkumar1019 committed Dec 22, 2023
1 parent 850e5ae commit e5de833
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/ftest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,18 @@ jobs:
echo ::set-output name=branch::${{ env.REFERENCE_BRANCH }}
fi
- 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
- name: Checkout the nuxeo-elements repo
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit e5de833

Please sign in to comment.