Update test.yml

This commit is contained in:
Sergio R. Caprile 2022-12-27 18:31:39 -03:00 committed by GitHub
parent c6a5a64e64
commit 24ee83f13d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- run: sudo apt -y install libmbedtls-dev libpcap-dev gcc-arm-none-eabi - run: sudo apt -y install libmbedtls-dev libpcap-dev
- run: make clean examples - run: make clean examples
- run: make clean test MG_ENABLE_POLL=1 - run: make clean test MG_ENABLE_POLL=1
macos: macos:
@ -130,6 +130,7 @@ jobs:
name: ${{ matrix.example.path }} name: ${{ matrix.example.path }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- run: sudo apt -y install gcc-arm-none-eabi
- name: ${{ matrix.example.path }} - name: ${{ matrix.example.path }}
run: make -C examples/${{ matrix.example.path }} build run: make -C examples/${{ matrix.example.path }} build
zephyr_examples: zephyr_examples: