Skip to content

Commit

Permalink
fix: fix ci config paths
Browse files Browse the repository at this point in the history
  • Loading branch information
c43721 committed Nov 8, 2024
1 parent 093c52c commit 890b68e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: denoland/setup-deno@v2

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

publish-dry-run:
runs-on: ubuntu-latest
Expand All @@ -40,4 +40,4 @@ jobs:
uses: denoland/setup-deno@v2

- name: Dry Publish
run: deno publish --dry-run
run: deno publish --dry-run --config javascript-sdk/deno.json

0 comments on commit 890b68e

Please sign in to comment.