Skip to content

Commit 70d32ef

Browse files
SorinOlarikr-t
authored andcommitted
CI: fix errors detected by yml linter
Signed-off-by: SorinO <sorin.olari2@gmail.com>
1 parent d99eefa commit 70d32ef

2 files changed

Lines changed: 22 additions & 22 deletions

File tree

.github/workflows/main.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff 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 }}

.github/workflows/zephyr-systests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
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

0 commit comments

Comments
 (0)