Skip to content

Commit f74c1a1

Browse files
committed
Reset all options, this is very flaky
1 parent 846a46c commit f74c1a1

12 files changed

+0
-23
lines changed

.github/workflows/ci.yml

-12
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ on:
1010
- master
1111
- development
1212

13-
env:
14-
CACHE_NODE_MODULES_PATH: |
15-
~/.npm
16-
node_modules
17-
1813
jobs:
1914
build:
2015
runs-on: ubuntu-latest
@@ -24,13 +19,6 @@ jobs:
2419
with:
2520
cache: npm
2621
node-version: 18
27-
- uses: actions/cache@v3
28-
id: cache
29-
with:
30-
path: ${{ env.CACHE_NODE_MODULES_PATH }}
31-
key: node_modules-${{ hashFiles('**/package-lock.json') }}
32-
- run: npm ci
33-
if: steps.cache.outputs.cache-hit != 'true'
3422

3523
- run: npm run lint
3624
- run: npm run build:lib

.github/workflows/release.yml

-11
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ on:
66
- published
77
workflow_dispatch:
88

9-
env:
10-
CACHE_NODE_MODULES_PATH: |
11-
~/.npm
12-
node_modules
13-
149
jobs:
1510
setup:
1611
runs-on: ubuntu-latest
@@ -31,13 +26,7 @@ jobs:
3126
with:
3227
cache: npm
3328
node-version: 18
34-
- uses: actions/cache@v3
35-
id: cache
36-
with:
37-
path: ${{ env.CACHE_NODE_MODULES_PATH }}
38-
key: node_modules-${{ hashFiles('**/package-lock.json') }}
3929
- run: npm ci
40-
if: steps.cache.outputs.cache-hit != 'true'
4130

4231
- run: npm run test:ci
4332
- run: |
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)