Skip to content

Commit 0fb75b2

Browse files
committed
feat: Fix yarn.lock path in github workflows
1 parent d8994b5 commit 0fb75b2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

modules/tools/templates/.github/workflows/e2e-lint.yaml.autogenerated.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
with:
1515
node-version: 18
1616
cache: yarn
17+
cache-dependency-path: e2e-tests/yarn.lock
1718

1819
- name: Установка зависимостей
1920
working-directory: e2e-tests

modules/tools/templates/.github/workflows/update-e2e-tools.yaml.autogenerated.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
with:
1717
node-version: 18
1818
cache: yarn
19+
cache-dependency-path: e2e-tests/yarn.lock
1920

2021
- name: Upgrade e2e tests dependencies
2122
working-directory: e2e-tests

0 commit comments

Comments
 (0)