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 d94a55d commit dfab41eCopy full SHA for dfab41e
.github/workflows/twister.yaml
@@ -243,9 +243,16 @@ jobs:
243
west update
244
make everything -s -j 8
245
246
+ - if: github.event_name == 'push'
247
+ name: Download Artifacts
248
+ uses: actions/download-artifact@v4
249
+ with:
250
+ path: filter_cache
251
+
252
- if: github.event_name == 'push'
253
name: Run Tests with Twister (Push)
254
run: |
255
+ ls -la filter_cache
256
export ZEPHYR_BASE=${PWD}
257
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
258
./scripts/twister --subset ${{matrix.subset}}/${{ strategy.job-total }} ${TWISTER_COMMON} ${PUSH_OPTIONS}
0 commit comments