Skip to content

Commit

Permalink
Update test_real_hardware.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DeqingSun committed Nov 1, 2024
1 parent b79945c commit bd56936
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test_real_hardware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,16 @@ jobs:
# - name: show the github repo location
# run: echo $GITHUB_WORKSPACE

# the compiled hex will be stored in $GITHUB_WORKSPACE/ch55xduino/ch55x/libraries/Generic_Examples/examples/compiled_hex/
- name: build all with python script
run: |
python3 $GITHUB_WORKSPACE/util/action_compile_all.py $GITHUB_WORKSPACE/ch55xduino/ch55x/libraries/Generic_Examples/examples $RUNNER_TEMP/arduino_config
#checkout https://github.com/DeqingSun/CH552-Automatic-Test-Jig for test scripts
uses: actions/checkout@v4
with:
repository: DeqingSun/CH552-Automatic-Test-Jig

# - name: prepare build artifacts
# run: |
# find $GITHUB_WORKSPACE/ch55xduino/ch55x/libraries/Generic_Examples/examples/compiled_hex/ -type f -not -name "*.hex" -exec rm -f {} \;
Expand Down

0 comments on commit bd56936

Please sign in to comment.