Skip to content

Commit

Permalink
feat: Fix yarn.lock path in github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitive committed Jun 22, 2023
1 parent d8994b5 commit 0fb75b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
with:
node-version: 18
cache: yarn
cache-dependency-path: e2e-tests/yarn.lock

- name: Установка зависимостей
working-directory: e2e-tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
node-version: 18
cache: yarn
cache-dependency-path: e2e-tests/yarn.lock

- name: Upgrade e2e tests dependencies
working-directory: e2e-tests
Expand Down

0 comments on commit 0fb75b2

Please sign in to comment.