Skip to content

Commit c38b4b1

Browse files
authored
Merge pull request #649 from vanessa-opensource/Segate-ekb-patch-1
Добавил кэширование при установке платформы
2 parents 9220a52 + 2e4eabf commit c38b4b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
type: onec # Тип устанавливаемого приложения
8181
onec_version: ${{ matrix.v8_version }}
82-
cache: false
82+
cache: true
8383
env:
8484
ONEC_USERNAME: ${{ secrets.ONEC_USERNAME }}
8585
ONEC_PASSWORD: ${{ secrets.ONEC_PASSWORD }}

.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)