Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon authored Oct 13, 2024
1 parent 78f50e1 commit 38d1111
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 @@ -5,7 +5,8 @@ on:
branches: [main, dev]
pull_request:
branches: [main, dev]

workflow_dispatch:

jobs:
deno_ci:
uses: cross-org/workflows/.github/workflows/deno-ci.yml@main
Expand All @@ -20,4 +21,4 @@ jobs:
uses: cross-org/workflows/.github/workflows/node-ci.yml@main
with:
test_target: "tests/*.test.ts"
jsr_dependencies: "@cross/test @std/assert"
jsr_dependencies: "@cross/test @std/assert"

0 comments on commit 38d1111

Please sign in to comment.