Skip to content

Commit

Permalink
test link
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshkumar1019 committed Dec 22, 2023
1 parent e5de833 commit b569a3d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ftest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
pushd packages/nuxeo-designer-catalog
npm install
popd
- name: Checkout the nuxeo-elements repo
uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b569a3d

Please sign in to comment.