test
/ build (push) Failing after 5s

This commit is contained in:
2026-04-21 17:30:29 +02:00
parent 00de2cf96d
commit 7db8a6fc9c
+3 -4
View File
@@ -8,10 +8,9 @@ jobs:
with:
fetch-depth: 0
- name: Setup export templates
run: |
find / -name "export_templates" -type d 2>/dev/null
find / -name "*.gdz" 2>/dev/null | head -10
- name: Find templates
continue-on-error: true
run: find / -maxdepth 8 -name "export_templates" -type d 2>/dev/null
- name: Get build number
run: echo "BUILD_NUM=$(git rev-list --count HEAD)" >> $GITHUB_ENV