소스 검색

Update BuildTest.yml

Sébastien 2 년 전
부모
커밋
c400f4467e
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .github/workflows/BuildTest.yml

+ 2 - 0
.github/workflows/BuildTest.yml

@@ -31,6 +31,8 @@ jobs:
       id: build_flags
       run: |
         . /opt/esp/python_env/idf4.3_py3.8_env/bin/activate
+        env
+        ls
         # 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"