Skip to content

Commit 0d332ae

Browse files
authored
Добавил кэширование при установке платформы
1 parent 9220a52 commit 0d332ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
with:
8787
type: onec # Тип устанавливаемого приложения
8888
onec_version: ${{ matrix.v8_version }}
89-
cache: false
89+
cache: true
9090
env:
9191
ONEC_USERNAME: ${{ secrets.ONEC_USERNAME }}
9292
ONEC_PASSWORD: ${{ secrets.ONEC_PASSWORD }}

0 commit comments

Comments
 (0)