[ACS-4536] deprecate and cleanup aca-settings module (#2978)

This commit is contained in:
Denys Vuika
2023-02-11 00:28:29 +00:00
committed by GitHub
parent a4eb6c49bb
commit 5b054f234d
27 changed files with 4 additions and 1054 deletions

View File

@@ -95,24 +95,6 @@ jobs:
- run: npm ci
- run: npm test aca-shared -- --browsers=ChromeHeadless --watch=false $TEST_OPTS
test-aca-settings:
needs: [lint, build]
name: 'test: aca-settings'
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-settings -- --browsers=ChromeHeadless --watch=false $TEST_OPTS
test-aca-folder-rules:
needs: [lint, build]
name: 'test: aca-folder-rules'