ci: twister: Run west config
after workspace initialisation
The twister workflow was invoking `west config`, which requires a west workspace to be set up, prior to initialising the workspace via `west init`. This commit relocates the `west config` to be run after the workspace initialisation. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
800e31ae76
commit
a4d4384447
1 changed files with 1 additions and 1 deletions
2
.github/workflows/twister.yaml
vendored
2
.github/workflows/twister.yaml
vendored
|
@ -65,8 +65,8 @@ jobs:
|
|||
rm -fr ".git/rebase-apply"
|
||||
git rebase origin/${BASE_REF}
|
||||
git log --pretty=oneline | head -n 10
|
||||
west config manifest.group-filter -- +ci
|
||||
west init -l . || true
|
||||
west config manifest.group-filter -- +ci
|
||||
# no need for west update here
|
||||
|
||||
- name: Generate Test Plan with Twister
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue