We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a07fee0 commit efeab14Copy full SHA for efeab14
1 file changed
.github/workflows/tests.yaml
@@ -22,11 +22,11 @@ jobs:
22
contents: read
23
uses: cross-org/workflows/.github/workflows/bun-ci.yml@main
24
with:
25
- jsr_dependencies: "@cross/test @cross/fs @cross/dir @std/assert @std/path"
+ jsr_dependencies: "@cross/test @cross/runtime @cross/fs @cross/dir @std/assert @std/path"
26
node_ci:
27
permissions:
28
29
uses: cross-org/workflows/.github/workflows/node-ci.yml@main
30
31
32
test_target: "test/*.test.ts test/**/*.test.ts"
0 commit comments