Skip to content

Commit

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

- name: Clone required submodules # TODO-TEMPLATE: Check required submodules and update if needed
- name: Clone required submodules # TODO-TEMPLATE: Add test-data submodule here, 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 57c11b4

Please sign in to comment.