actions: add karma config
Some checks failed
IPWA Tests / Run Angular tests (22) (push) Failing after 4m3s
Some checks failed
IPWA Tests / Run Angular tests (22) (push) Failing after 4m3s
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user