Skip to content

Commit c3dc8ce

Browse files
committed
Disable cache.
1 parent 2aa498d commit c3dc8ce

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -108,17 +108,17 @@ jobs:
108108
with:
109109
node-version: "14"
110110

111-
- name: Fetch dependencies from cache
112-
id: cache-yarn
113-
uses: actions/cache@v2
114-
with:
115-
path: "**/node_modules"
116-
key: yarn-build-${{ hashFiles('**/yarn.lock') }}
117-
restore-keys: |
118-
yarn-build-
111+
# - name: Fetch dependencies from cache
112+
# id: cache-yarn
113+
# uses: actions/cache@v2
114+
# with:
115+
# path: "**/node_modules"
116+
# key: yarn-build-${{ hashFiles('**/yarn.lock') }}
117+
# restore-keys: |
118+
# yarn-build-
119119

120120
- name: Install dependencies
121-
if: steps.cache-yarn.outputs.cache-hit != 'true'
121+
# if: steps.cache-yarn.outputs.cache-hit != 'true'
122122
run: yarn --frozen-lockfile
123123

124124
- name: Build code-server

0 commit comments

Comments
 (0)