We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f970dd2 commit 5303de0Copy full SHA for 5303de0
.github/workflows/build-zephyr.yml
@@ -42,12 +42,6 @@ jobs:
42
echo "PATH=$PATH" >> $GITHUB_ENV
43
swiftc --version
44
45
- - name: Build firmware
+ - name: Build ${{ matrix.example }}
46
working-directory: ${{ matrix.example }}
47
- run: |
48
- west twister -T app -v --inline-logs --integration $EXTRA_TWISTER_FLAGS
49
-
50
- - name: Twister Tests
51
- working-directory: ${{ matrix.example }}
52
53
- west twister -T tests -v --inline-logs --integration $EXTRA_TWISTER_FLAGS
+ run: west build
0 commit comments