From b801cb3ea3693162f45e81518050c97184cd1c09 Mon Sep 17 00:00:00 2001 From: Anthony Romaniello <66272872+aromanielloNTIA@users.noreply.github.com> Date: Tue, 14 Jan 2025 13:54:46 -0500 Subject: [PATCH] Remove template text --- .github/workflows/ctest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ctest.yml b/.github/workflows/ctest.yml index ae98d2f..dee5d49 100644 --- a/.github/workflows/ctest.yml +++ b/.github/workflows/ctest.yml @@ -45,7 +45,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - name: Clone required submodules # TODO-TEMPLATE: Add test-data submodule here, if needed + - name: Clone required submodules run: | git submodule init extern/googletest git submodule init extern/test-data