Skip to content

Commit

Permalink
ci: submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jan 23, 2025
1 parent b8f8b60 commit d7508cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ jobs:
test-js:
name: 'jsbt v0.3.1' # Should match commit below
uses: paulmillr/jsbt/.github/workflows/test-js.yml@c45f03360e0171b138f04568d2fdd35d7bbc0d35
with:
submodules: true
2 changes: 2 additions & 0 deletions .github/workflows/test-slow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
MSHOULD_FAST: 1
steps:
- uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4
with:
submodules: true
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
with:
node-version: 22.13.0
Expand Down

0 comments on commit d7508cf

Please sign in to comment.