diff --git a/.github/workflows/test_real_hardware.yml b/.github/workflows/test_real_hardware.yml index 724e0a2e..b9cc00a5 100644 --- a/.github/workflows/test_real_hardware.yml +++ b/.github/workflows/test_real_hardware.yml @@ -6,7 +6,7 @@ jobs: - arduino-cli_compile_all: + arduino-cli_compile_all_and_test: runs-on: self-hosted steps: @@ -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