Skip to content

Commit db5e927

Browse files
committed
test permissions
Signed-off-by: Anas Nashif <[email protected]>
1 parent 8664d34 commit db5e927

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/clang.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ jobs:
109109
export ZEPHYR_BASE=${PWD}
110110
export ZEPHYR_TOOLCHAIN_VARIANT=llvm
111111
112-
./scripts/twister -p native_sim --no-detailed-test-id --force-color --inline-logs -M -N -v --retry-failed 2 \
113-
-T tests/ --subset ${{matrix.subset}}/2
112+
./scripts/twister -p native_sim --no-detailed-test-id --force-color --inline-logs -M -N -v --retry-failed 2 \
113+
-T tests/kernel/threads --subset ${{matrix.subset}}/2
114114
115115
- name: Print ccache stats
116116
if: always()
@@ -131,6 +131,8 @@ jobs:
131131
name: "Publish Unit Tests Results"
132132
needs: clang-build
133133
runs-on: ubuntu-24.04
134+
permissions:
135+
checks: write # to create GitHub annotations
134136
if: (success() || failure())
135137
steps:
136138
- name: Download Artifacts

0 commit comments

Comments
 (0)