Skip to content

Commit 26557aa

Browse files
IONOS(build): add cache listing step before restoring cached build
for debugging purposes Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
1 parent 251d3f4 commit 26557aa

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build-artifact.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ jobs:
107107
fi
108108
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
109109
110+
- name: List caches before restore
111+
run: gh cache list
112+
env:
113+
GH_TOKEN: ${{ github.token }}
114+
110115
- name: Generate apps matrix dynamically from Makefile
111116
id: set_matrix
112117
run: |

0 commit comments

Comments
 (0)