From 58af5482529f75788c11bc747b03ccc87111db50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien?= Date: Wed, 5 Oct 2022 15:10:46 -0400 Subject: [PATCH] Update BuildTest.yml --- .github/workflows/BuildTest.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/BuildTest.yml b/.github/workflows/BuildTest.yml index 4b919444..52d7d482 100644 --- a/.github/workflows/BuildTest.yml +++ b/.github/workflows/BuildTest.yml @@ -31,8 +31,13 @@ jobs: id: build_flags run: | . /opt/esp/python_env/idf4.3_py3.8_env/bin/activate + echo "Listing environment" env - ls + echo "Current directory" + pwd + echo "Listing files" + ls -a + # build_flags support the following options # --mock - to mock the compilation part - this is to be used for testing only # --force - to force a release build even if the last commit message doesn't contain the word "release"