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:
Stephanos Ioannidis 2022-03-23 15:14:38 +09:00
commit a4d4384447

View file

@ -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