Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
igalklebanov committed Mar 2, 2025
1 parent 4764d51 commit b2caaba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:

- name: Install example dependencies
if: matrix.config-flavor != 'no-config'
run: cd examples/deno-${{ matrix.config-flavor }} && deno install --node-modules-dir && deno cache .config/kysely.config.ts && cd ../.. && pnpx tsx ./scripts/localize-deno-dependency.mts
run: cd examples/deno-${{ matrix.config-flavor }} && deno install --node-modules-dir && cd ../.. && pnpx tsx ./scripts/localize-deno-dependency.mts

- name: kysely -v
working-directory: examples/deno-${{ matrix.config-flavor }}
Expand Down

0 comments on commit b2caaba

Please sign in to comment.