File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,28 +47,28 @@ jobs:
4747 devcontainer-tag : ${{ needs.linux-devcontainer.outputs.devcontainer-tag }}
4848
4949 linux :
50- name : Linux
51- needs :
52- - linux-devcontainer
53- uses : ./.github/workflows/linux.yml
54- secrets : inherit
55- with :
56- devcontainer-tag : ${{ needs.linux-devcontainer.outputs.devcontainer-tag }}
50+ name : Linux
51+ needs :
52+ - linux-devcontainer
53+ uses : ./.github/workflows/linux.yml
54+ secrets : inherit
55+ with :
56+ devcontainer-tag : ${{ needs.linux-devcontainer.outputs.devcontainer-tag }}
5757
5858 zephyr :
59- name : Zephyr
60- needs :
61- - zephyr-devcontainer
62- uses : ./.github/workflows/zephyr.yml
63- secrets : inherit
64- with :
65- devcontainer-tag : ${{ needs.zephyr-devcontainer.outputs.devcontainer-tag }}
59+ name : Zephyr
60+ needs :
61+ - zephyr-devcontainer
62+ uses : ./.github/workflows/zephyr.yml
63+ secrets : inherit
64+ with :
65+ devcontainer-tag : ${{ needs.zephyr-devcontainer.outputs.devcontainer-tag }}
6666
6767 zephyr-systests :
68- name : Zephyr System Tests
69- needs :
70- - zephyr-devcontainer
71- uses : ./.github/workflows/zephyr-systests.yml
72- secrets : inherit
73- with :
74- devcontainer-tag : ${{ needs.zephyr-devcontainer.outputs.devcontainer-tag }}
68+ name : Zephyr System Tests
69+ needs :
70+ - zephyr-devcontainer
71+ uses : ./.github/workflows/zephyr-systests.yml
72+ secrets : inherit
73+ with :
74+ devcontainer-tag : ${{ needs.zephyr-devcontainer.outputs.devcontainer-tag }}
Original file line number Diff line number Diff line change 5555 run : |
5656 . /opt/zephyr-venv/bin/activate
5757 west build -p always -b native_sim/native/64 ocre-runtime/tests/system/zephyr/${{ matrix.test }}
58-
58+
5959 - name : Run Test ${{ matrix.test }}
6060 run : |
6161 . /opt/zephyr-venv/bin/activate
You can’t perform that action at this time.
0 commit comments