[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:
Denys Vuika
2023-06-28 09:01:21 +01:00
committed by GitHub
parent 29c0083e36
commit caff4a3800
42 changed files with 42 additions and 430 deletions
@@ -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[@]}
-1
View File
@@ -106,7 +106,6 @@ jobs:
unit-tests:
- name: "aca-content"
- name: "aca-shared"
- name: "aca-preview"
steps:
- name: Checkout
uses: actions/checkout@v3