[AAE-11496] Publish aca-viewer and aca-preview (#2945)

* [AAE-11496] Publish aca-viewer and aca-preview

* fix tests
This commit is contained in:
Bartosz Sekula
2023-01-31 15:35:51 +01:00
committed by GitHub
parent d9014795c1
commit c8e861907d
37 changed files with 832 additions and 74 deletions
+18
View File
@@ -130,3 +130,21 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm test aca-folder-rules -- --browsers=ChromeHeadless --watch=false $TEST_OPTS
test-aca-preview:
needs: [lint, build]
name: 'test: aca-preview'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: node
uses: actions/setup-node@v3
with:
node-version: 14
cache: 'npm'
- run: npm ci
- run: npm test aca-preview -- --browsers=ChromeHeadless --watch=false $TEST_OPTS