Always write out logs

This commit is contained in:
Abin Simon 2024-01-18 16:58:15 +05:30
parent 3818b518f1
commit 49af829cb9

View File

@ -315,7 +315,7 @@ jobs:
# Upload the original go test output as an artifact for later review.
- name: Upload test log
# if: failure()
if: always()
uses: actions/upload-artifact@v4
with:
name: unit-test-log