Skip to content

Commit

Permalink
job changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinta365 committed Mar 20, 2024
1 parent a003072 commit c4ed13a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
bun_ci:
uses: cross-org/workflows/.github/workflows/bun-ci.yml@main
with:
jsr_dependencies: "@cross/test @std/assert"
jsr_dependencies: "@cross/deepmerge @cross/runtime @cross/test @std/assert"
node_ci:
uses: cross-org/workflows/.github/workflows/node-ci.yml@main
with:
jsr_dependencies: "@cross/test @std/assert"
jsr_dependencies: "@cross/deepmerge @cross/runtime @cross/test @std/assert"
test_target: "tests/*.test.ts"

0 comments on commit c4ed13a

Please sign in to comment.