mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-5523] move viewer and preview to aca-content (#3303)
* move aca-viewer to secondary entry * move aca-preview to aca-content
This commit is contained in:
@@ -12,9 +12,7 @@ fi
|
||||
|
||||
export PROJECTS=(
|
||||
'aca-content'
|
||||
'aca-preview'
|
||||
'aca-shared'
|
||||
'aca-viewer'
|
||||
);
|
||||
|
||||
for PROJECT in ${PROJECTS[@]}
|
||||
|
||||
@@ -11,9 +11,7 @@ fi
|
||||
|
||||
export PROJECTS=(
|
||||
'aca-content'
|
||||
'aca-preview'
|
||||
'aca-shared'
|
||||
'aca-viewer'
|
||||
);
|
||||
|
||||
for PROJECT in ${PROJECTS[@]}
|
||||
|
||||
@@ -106,7 +106,6 @@ jobs:
|
||||
unit-tests:
|
||||
- name: "aca-content"
|
||||
- name: "aca-shared"
|
||||
- name: "aca-preview"
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
Reference in New Issue
Block a user