Update .gitea/workflows/test.yml
Run CI Tests / test (push) Successful in 1m21s

This commit is contained in:
2025-08-06 16:06:14 +02:00
parent 05e04b0222
commit 0dda227caf
+12
View File
@@ -54,6 +54,18 @@ jobs:
cp elog-3.1.3/elogd ~/.local/bin
echo "$HOME/.local/bin" >> $GITHUB_PATH
echo "🔍 Listing ~/.local/bin contents:"
ls -l ~/.local/bin
echo "🔍 PATH at runtime:"
echo "$PATH"
echo "🔍 Is elogd available?"
which elogd || echo "❌ elogd not found"
echo "🔍 Does elogd binary exist where expected?"
test -f ~/.local/bin/elogd && echo "✅ elogd found" || echo "❌ elogd missing"
continue-on-error: true
##################################### TO NOT CHANGE #################################