Browse Source

logs

pull/7481/head
chrislu 2 weeks ago
parent
commit
98490455c7
  1. 2
      .github/workflows/test-s3-over-https-using-awscli.yml

2
.github/workflows/test-s3-over-https-using-awscli.yml

@ -93,6 +93,7 @@ jobs:
echo "========================================="
echo "SeaweedFS Server Logs"
echo "========================================="
# Note: weed.log is relative to working-directory (weed/)
if [ -f weed.log ]; then
cat weed.log
else
@ -104,5 +105,6 @@ jobs:
uses: actions/upload-artifact@v5
with:
name: seaweedfs-logs
# Note: actions don't use defaults.run.working-directory, so path is relative to workspace root
path: weed/weed.log
retention-days: 3
Loading…
Cancel
Save