Skip to content

Commit

Permalink
feat: include submodules in ci checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
rejdeboer committed Dec 12, 2024
1 parent 315415d commit 87ce2f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v3
with:
submodules: true

- name: Log in to Docker Hub
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
Expand Down

0 comments on commit 87ce2f7

Please sign in to comment.