Skip to content

Commit

Permalink
update unit-tests action to recursively checkout submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
dit-zy authored Feb 10, 2024
1 parent 5c747cc commit 79fbc3c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: 'recursive'

- name: Setup .NET
uses: actions/setup-dotnet@v3
Expand Down

0 comments on commit 79fbc3c

Please sign in to comment.