Skip to content

Commit

Permalink
Tweak dep path in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kegsay committed Jan 17, 2024
1 parent 8a71902 commit 7435846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
node-version: 18
cache: 'yarn'
cache-dependency-path: "js-sdk/yarn.lock"
cache-dependency-path: "internal/api/js/js-sdk/yarn.lock"
- name: Setup | Go
uses: actions/setup-go@v4
- name: Setup | Rust
Expand Down

0 comments on commit 7435846

Please sign in to comment.