Skip to content

Commit acb93fa

Browse files
committed
make CI: Don't warn about missing CT log files
This can happen if the plugin isn't using CT, or if running Dialyzer, for example.
1 parent c8b1d25 commit acb93fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,4 @@ jobs:
6464
path: |
6565
deps/${{ inputs.plugin }}/logs/
6666
!deps/${{ inputs.plugin }}/logs/**/log_private
67+
if-no-files-found: ignore

0 commit comments

Comments
 (0)