Skip to content

Commit 05b75bd

Browse files
committed
Make CI: Always upload log_private CT logs
All test runs produce artifacts of less than 12MB in size which is acceptable as it is fast to produce, upload and download. Most test runs are actually below 1MB.
1 parent 97d6b77 commit 05b75bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-make-target.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ jobs:
7777
name: CT logs (${{ inputs.plugin }} ${{ inputs.make_target }} OTP-${{ inputs.erlang_version }} ${{ inputs.metadata_store }})
7878
path: |
7979
logs/
80-
!logs/**/log_private
80+
# !logs/**/log_private
8181
if-no-files-found: ignore

0 commit comments

Comments
 (0)