Skip to content

Commit 92159aa

Browse files
committed
GitHub Actions fix 2
1 parent 95d0d42 commit 92159aa

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

.github/workflows/publishLibrary.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,6 @@ jobs:
1717
- name: Checkout repository
1818
uses: actions/checkout@v3
1919

20-
- name: Cache node_modules
21-
uses: actions/cache@v3
22-
env:
23-
cache-name: cache-node_modules
24-
with:
25-
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles("**/package-lock.json") }}
26-
restore-keys: |
27-
${{ runner.os }}-build-${{ env.cache-name }}-
28-
${{ runner.os }}-build-
29-
${{ runner.os }}-
30-
3120
- name: Install dependencies
3221
run: npm ci
3322

.github/workflows/testWithKarma.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,6 @@ jobs:
1616
- name: Checkout repository
1717
uses: actions/checkout@v3
1818

19-
- name: Cache node_modules
20-
uses: actions/cache@v3
21-
env:
22-
cache-name: cache-node_modules
23-
with:
24-
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
25-
restore-keys: |
26-
${{ runner.os }}-build-${{ env.cache-name }}-
27-
${{ runner.os }}-build-
28-
${{ runner.os }}-
29-
3019
- name: Install dependencies
3120
run: npm ci
3221

0 commit comments

Comments
 (0)