Skip to content

Commit 0e23750

Browse files
committed
temp testing
Signed-off-by: Mario Minardi <[email protected]>
1 parent f166a64 commit 0e23750

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99
push:
1010
branches:
11-
- main
11+
- mpminardi/check-with-cache
1212

1313
jobs:
1414
# Matrix test for all supported platforms and architectures
@@ -139,7 +139,7 @@ jobs:
139139
audience: ${{ matrix.credential-type == 'workload-identity' && secrets.TS_AUDIENCE || ''}}
140140
tags: "tag:ci"
141141
version: "${{ matrix.version }}"
142-
use-cache: false
142+
use-cache: true
143143
timeout: "5m"
144144
retry: 3
145145
ping: "${{ matrix.ping }}"

0 commit comments

Comments
 (0)