From 1d4bd8274be9a595e73a771c4248279ef2003fee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien?= Date: Wed, 5 Oct 2022 15:15:05 -0400 Subject: [PATCH] Update BuildTest.yml --- .github/workflows/BuildTest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/BuildTest.yml b/.github/workflows/BuildTest.yml index 52d7d482..5a64bc94 100644 --- a/.github/workflows/BuildTest.yml +++ b/.github/workflows/BuildTest.yml @@ -37,6 +37,7 @@ jobs: pwd echo "Listing files" ls -a + git status # build_flags support the following options # --mock - to mock the compilation part - this is to be used for testing only