Skip to content

Commit

Permalink
Test2 using py_checkusb
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafFilies committed Oct 4, 2024
1 parent 3841f48 commit 175a2cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ jobs:
# Fetch variables and move them to the GITHUB_OUTPUT and fetch HIL information
- id: set-matrix
run: |
cd /opt/runner_support/
# Fetch the repository name
REPO="$(basename "$GITHUB_REPOSITORY")"
echo "repo=$REPO" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -73,6 +71,7 @@ jobs:
echo $GITHUB_ACTION
# Fetch the HIL information
cd /opt/runner_support/
python py_checkusb.py --switch repo --namelist $REPO --onoff on
declare -a typelist
declare -a seriallist
Expand Down

0 comments on commit 175a2cb

Please sign in to comment.