Revert "Merge branch 'cloud-cards' into feat-git-integration"

This reverts commit 9c19f270fc, reversing
changes made to 5bfc75e03e.
This commit is contained in:
Matej Bačo
2023-05-27 14:19:09 +02:00
parent a0f89b55f5
commit 2f4e16038d
103 changed files with 8294 additions and 7884 deletions
+7 -3
View File
@@ -17,9 +17,9 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 18
# - name: Audit dependencies
# run: npm audit --audit-level low
node-version: 16
- name: Audit dependencies
run: npm audit --audit-level high
- name: Install dependencies
run: npm ci
- name: Build Console
@@ -30,3 +30,7 @@ jobs:
run: npm run lint
- name: Unit Tests
run: npm test
# - name: E2E Tests
# run: |
# npx playwright install
# npm run e2e