actions: add karma config
Some checks failed
IPWA Tests / Run Angular tests (22) (push) Failing after 4m3s

This commit is contained in:
2025-06-19 10:45:17 +02:00
parent da8c21eb0d
commit a65baa06fd
3 changed files with 53 additions and 0 deletions

View File

@@ -11,6 +11,13 @@ jobs:
steps:
- name: Checkout source code
uses: actions/checkout@v4
- name: Cache node modules
uses: actions/cache@v1
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Setup Node.js
uses: actions/setup-node@v4
with: