From 168d04113c9311ab8715cd38974113b1b724794f Mon Sep 17 00:00:00 2001 From: Deqing Sun Date: Fri, 1 Nov 2024 16:24:36 -0400 Subject: [PATCH] Update test_real_hardware.yml --- .github/workflows/test_real_hardware.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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