Skip to content

Commit

Permalink
fix: working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
c43721 committed Nov 8, 2024
1 parent 890b68e commit 85ac123
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
uses: denoland/setup-deno@v2

- name: Test
run: deno task test --config javascript-sdk/deno.json
working-directory: ./javascript-sdk
run: deno task test

publish-dry-run:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 85ac123

Please sign in to comment.