瀏覽代碼

Update BuildTest.yml

Sébastien 2 年之前
父節點
當前提交
58af548252
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      .github/workflows/BuildTest.yml

+ 6 - 1
.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"