Skip to content

Commit 9a791a3

Browse files
committed
fix
1 parent 5570851 commit 9a791a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
key: 'tests-'
145145
});
146146
147-
console.log(caches.data.actions_caches.map(cache => cache.key)
147+
console.log(caches.data.actions_caches.map(cache => cache.key));
148148
149149
if (caches.data) {
150150
// Delete matching caches

0 commit comments

Comments
 (0)