Skip to content

Commit

Permalink
Update BuildTest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sle118 committed Oct 5, 2022
1 parent c400f44 commit 58af548
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/BuildTest.yml
Expand Up @@ -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"
Expand Down

0 comments on commit 58af548

Please sign in to comment.