Skip to content

Commit

Permalink
fix cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci committed Nov 7, 2024
1 parent 2b16c71 commit c03f4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runtime-upgrade-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
with:
node-version: 20.x
cache: 'yarn'
cache-dependency-path: e2e-tests/yarn.lock
cache-dependency-path: tests/e2e/yarn.lock

- name: Run runtime upgrade test
id: test
Expand Down

0 comments on commit c03f4d7

Please sign in to comment.