Skip to content

Commit a19483a

Browse files
committed
See if caching is the cause of the CI failures
1 parent 2be523d commit a19483a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

-5
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ jobs:
1111

1212
- uses: actions/checkout@v1
1313

14-
- uses: actions/cache@v2
15-
with:
16-
path: '/home/runner/work/codemirror.next/codemirror.next/node_modules'
17-
key: ${{ runner.os }}-node-modules
18-
1914
- run: node bin/cm.js install
2015

2116
- run: npm test

0 commit comments

Comments
 (0)