Skip to content

Commit f1789f5

Browse files
committed
[Do not merge] Clean the yarn cache if corrupted
Signed-off-by: Thomas Flament <thomas.flament@scality.com>
1 parent 22d0a30 commit f1789f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/end2end.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ jobs:
404404
cache-dependency-path: tests/ctst/yarn.lock
405405
- name: Install ctst test dependencies
406406
working-directory: tests/ctst
407-
run: yarn install
407+
run: yarn install || (yarn cache clean && yarn install)
408408
- name: Lint ctst tests
409409
working-directory: tests/ctst
410410
run: yarn lint

0 commit comments

Comments
 (0)