Skip to content

Commit

Permalink
Fix Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Mar 20, 2024
1 parent 85472ea commit a031df1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
bun_ci:
uses: cross-org/workflows/bun-ci.yml@main
with:
jsr_dependencies: @cross/test @std/assert
jsr_dependencies: "@cross/test @std/assert"
node_ci:
uses: cross-org/workflows/node-ci.yml@main
with:
jsr_dependencies: @cross/test @std/assert
jsr_dependencies: "@cross/test @std/assert"

0 comments on commit a031df1

Please sign in to comment.