Skip to content

Commit

Permalink
fix hil test
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed May 10, 2024
1 parent fae8489 commit a794ec0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/hil_test.yml
Expand Up @@ -50,6 +50,7 @@ jobs:
BOARD_LIST=$(jq -r '.boards[] | "-b " + .name' test/hil/pi4.json | tr '\n' ' ')
echo "BOARD_LIST=$BOARD_LIST"
echo "BOARD_LIST=$BOARD_LIST" >> $GITHUB_OUTPUT
echo "BOARD_LIST=$BOARD_LIST" >> $GITHUB_ENV
# Espresif boards need to build with docker
BOARD_NON_ESP=$(jq -r '.boards[] | select(.flasher == "esptool") | "-b " + .name' test/hil/pi4.json | tr '\n' ' ')
Expand Down

0 comments on commit a794ec0

Please sign in to comment.