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 8995dd2 commit 168d041
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test_real_hardware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:



arduino-cli_compile_all:
arduino-cli_compile_all_and_test:
runs-on: self-hosted

steps:
Expand Down Expand Up @@ -44,6 +44,9 @@ jobs:
echo "CH55xDuino:mcs51 version: $CH55XDUINO_VER"
cp -rf $GITHUB_WORKSPACE/ch55xduino/ch55x/* $RUNNER_TEMP/arduino_config/packages/CH55xDuino/hardware/mcs51/$CH55XDUINO_VER/
- name: show the github repo location
run: echo $GITHUB_WORKSPACE

# - name: build all with python script
# run: |
# python3 $GITHUB_WORKSPACE/util/action_compile_all.py $GITHUB_WORKSPACE/ch55xduino/ch55x/libraries/Generic_Examples/examples
Expand Down

0 comments on commit 168d041

Please sign in to comment.