Skip to content

Commit a53260c

Browse files
committed
Merge branch 'master' into ci/tests_refactor
2 parents 75ea20c + 9a791a3 commit a53260c

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)