Skip to content

Commit

Permalink
fix: enable submodules on gh test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
grikomsn committed Oct 30, 2023
1 parent 5ed58f3 commit 46a879a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true

- name: Use Node 18.x
uses: actions/setup-node@v3
Expand Down

0 comments on commit 46a879a

Please sign in to comment.