Skip to content

Commit

Permalink
Clone extern/test-data submodule by default
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanielloNTIA committed Jan 14, 2025
1 parent 2b42143 commit 969a365
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Clone required submodules
- name: Clone required submodules # TODO-TEMPLATE: Check required submodules and update if needed
run: |
git submodule init extern/googletest
git submodule init extern/test-data
git submodule update
- name: Install CMake
Expand Down

0 comments on commit 969a365

Please sign in to comment.