diff options
| author | hathach <[email protected]> | 2020-03-09 15:54:16 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-03-09 15:54:16 +0700 |
| commit | 6e6b929f8e3ccc2d53e11be5283cb294dbcc6877 (patch) | |
| tree | 29b55b803a4dd08d45cf5c2740d37bfe4396663e /.github/workflows | |
| parent | 1617b9d22e760647e1539cbf0fbb3a142f3960c2 (diff) | |
add net_webserver into ci build
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 729222512..d1e3b8993 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,8 +24,8 @@ jobs: strategy: fail-fast: false matrix: - example: ['board_test', 'cdc_dual_ports', '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', 'net_webserver', 'usbtmc', 'webusb_serial'] steps: - name: Setup Python uses: actions/setup-python@v1 |
