summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-01-11 13:02:10 +0700
committerhathach <[email protected]>2020-01-11 13:02:10 +0700
commit516e6e6bea047d28e6a286aa0285b238859ecd61 (patch)
treec6178e13588d9b9101e4ec5ced5f5523eb0b8922
parent08da3e80b7d93c31ee0b679bcb9d05722abfe182 (diff)
add cdc_dual_ports example to actionci
-rw-r--r--.github/workflows/build.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 4fc11f3dd..729222512 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -24,7 +24,8 @@ jobs:
strategy:
fail-fast: false
matrix:
- example: ['board_test', 'cdc_msc', 'dfu_rt', 'hid_composite', 'hid_generic_inout', 'midi_test', 'msc_dual_lun', 'usbtmc', 'webusb_serial']
+ example: ['board_test', 'cdc_dual_ports', 'cdc_msc', 'dfu_rt', 'hid_composite',
+ 'hid_generic_inout', 'midi_test', 'msc_dual_lun', 'usbtmc', 'webusb_serial']
steps:
- name: Setup Python
uses: actions/setup-python@v1