Skip to content

Commit 0d790f9

Browse files
committed
upload filter cache
Signed-off-by: Anas Nashif <[email protected]>
1 parent ea5de69 commit 0d790f9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/twister.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,14 @@ jobs:
128128
if: github.event_name == 'push'
129129
run: |
130130
./scripts/twister --cmake-only -T samples/syncronization --outdir filter_cache
131+
- name: Upload Filter Cache
132+
if: always()
133+
uses: actions/upload-artifact@v4
134+
with:
135+
name: Filter Cache
136+
if-no-files-found: ignore
137+
path: |
138+
filter_cache
131139
132140
twister-build:
133141
runs-on:

0 commit comments

Comments
 (0)