Merge pull request #1788 from cesanta/mod-tests4zephyr

Update test.yml
This commit is contained in:
Sergio R. Caprile 2022-10-06 17:11:30 -03:00 committed by GitHub
commit 9c60a1bc10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,6 +155,17 @@ jobs:
path: infineon/infineon-xmc4700_4800-lwip-rtx-rtos
- name: ti
path: ti/ti-ek-tm4c1294xl-http-server
name: ${{ matrix.example.name }}
steps:
- uses: actions/checkout@v3
- name: ${{ matrix.example.name }}
run: make -C examples/${{ matrix.example.path }} build
matrix_zephyr_examples:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
zephyrexample:
- name: nucleo_f746zg-zephyr-http-client
path: zephyr/http-client
- name: nucleo_f746zg-zephyr-http-server
@ -163,8 +174,8 @@ jobs:
path: zephyr/mqtt-aws-client
- name: nucleo_f746zg-zephyr-websocket-server
path: zephyr/websocket-server
name: ${{ matrix.example.name }}
name: ${{ matrix.zephyrexample.name }}
steps:
- uses: actions/checkout@v3
- name: ${{ matrix.example.name }}
run: make -C examples/${{ matrix.example.path }} build
- name: ${{ matrix.zephyrexample.name }}
run: make -C examples/${{ matrix.zephyrexample.path }} zephyr build