Skip to content

Commit 5570851

Browse files
committed
test
1 parent 34b45a6 commit 5570851

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,11 @@ jobs:
141141
per_page: 100,
142142
sort: 'created_at',
143143
direction: 'asc',
144-
key: 'tests-*'
144+
key: 'tests-'
145145
});
146146
147+
console.log(caches.data.actions_caches.map(cache => cache.key)
148+
147149
if (caches.data) {
148150
// Delete matching caches
149151
for (const cache of caches.data.actions_caches) {

0 commit comments

Comments
 (0)