Skip to content

Commit

Permalink
CI: Build with verbose flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-carlos committed Sep 8, 2023
1 parent efd034a commit 743c10d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
ninja --version
python --version
- name: Build default project using build.py
run: python build.py
run: python build.py --verbose
- name: Upload hex file
uses: actions/upload-artifact@v1
with:
Expand All @@ -54,7 +54,7 @@ jobs:
f.write_text(f.read_text().replace('out_of_box_experience()', 'ble_test()'))"
cat codal.json
- name: Build BLE project using build.py
run: python build.py --clean
run: python build.py --clean --verbose
- name: Upload BLE hex file
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit 743c10d

Please sign in to comment.