diff options
| author | hathach <[email protected]> | 2024-10-04 16:02:46 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-10-04 16:02:46 +0700 |
| commit | 072a80d088c5c74a97b9ac525c6c7f7c53627ccb (patch) | |
| tree | 0794f4316736e15ec815d400f57431e358e50f01 /.github/workflows | |
| parent | 5a5dbfc8c65273cf97fe5f5382d1d69de5dcd66d (diff) | |
hil test both slave and dma for dwc2 esp32s3
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/hil_test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/hil_test.yml b/.github/workflows/hil_test.yml index 579e935ac..d5f4e4fdd 100644 --- a/.github/workflows/hil_test.yml +++ b/.github/workflows/hil_test.yml @@ -58,7 +58,7 @@ jobs: # --------------------------------------- # Hardware in the loop (HIL) - # self-hosted running on an VM. For attached hardware checkout test/hil/tinyusb.json + # self-hosted running on an VM. For attached hardware checkout HIL_JSON # --------------------------------------- hil-tinyusb: if: github.repository_owner == 'hathach' |
