Skip to content

Commit

Permalink
Ensure submodules are checked out when building
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Lacasse <[email protected]>
  • Loading branch information
lacasseio committed Jul 8, 2024
1 parent d2b04ac commit c63a9e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
- name: Run all tests
run: ./gradlew check --stacktrace --scan

0 comments on commit c63a9e4

Please sign in to comment.