Skip to content

Commit dfab41e

Browse files
committed
artifacts
Signed-off-by: Anas Nashif <[email protected]>
1 parent d94a55d commit dfab41e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/twister.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,16 @@ jobs:
243243
west update
244244
make everything -s -j 8
245245
246+
- if: github.event_name == 'push'
247+
name: Download Artifacts
248+
uses: actions/download-artifact@v4
249+
with:
250+
path: filter_cache
251+
246252
- if: github.event_name == 'push'
247253
name: Run Tests with Twister (Push)
248254
run: |
255+
ls -la filter_cache
249256
export ZEPHYR_BASE=${PWD}
250257
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
251258
./scripts/twister --subset ${{matrix.subset}}/${{ strategy.job-total }} ${TWISTER_COMMON} ${PUSH_OPTIONS}

0 commit comments

Comments
 (0)