Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Oct 21, 2023
1 parent 68ecc0c commit ea3cf53
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
git_integrate: "${{github.event.inputs.git_integrate}}"
git_limit: "${{github.event.inputs.git_limit}}"
git_reverse: "${{github.event.inputs.git_reverse}}"
ignores_post: |-
Param($ElementPostMeta)
Return ((Get-Random -Minimum 0 -Maximum 2) -eq 1)
found_summary: "True"
statistics_summary: "True"
clamav:
Expand All @@ -80,6 +83,9 @@ jobs:
git_integrate: "${{github.event.inputs.git_integrate}}"
git_limit: "${{github.event.inputs.git_limit}}"
git_reverse: "${{github.event.inputs.git_reverse}}"
ignores_post: |-
Param($ElementPostMeta)
Return ((Get-Random -Minimum 0 -Maximum 2) -eq 1)
found_summary: "True"
statistics_summary: "True"
yara:
Expand All @@ -100,5 +106,8 @@ jobs:
git_integrate: "${{github.event.inputs.git_integrate}}"
git_limit: "${{github.event.inputs.git_limit}}"
git_reverse: "${{github.event.inputs.git_reverse}}"
ignores_post: |-
Param($ElementPostMeta)
Return ((Get-Random -Minimum 0 -Maximum 2) -eq 1)
found_summary: "True"
statistics_summary: "True"
9 changes: 9 additions & 0 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
git_integrate: "${{github.event.inputs.git_integrate}}"
git_limit: "${{github.event.inputs.git_limit}}"
git_reverse: "${{github.event.inputs.git_reverse}}"
ignores_post: |-
Param($ElementPostMeta)
Return ((Get-Random -Minimum 0 -Maximum 2) -eq 1)
found_summary: "True"
statistics_summary: "True"
clamav:
Expand All @@ -80,6 +83,9 @@ jobs:
git_integrate: "${{github.event.inputs.git_integrate}}"
git_limit: "${{github.event.inputs.git_limit}}"
git_reverse: "${{github.event.inputs.git_reverse}}"
ignores_post: |-
Param($ElementPostMeta)
Return ((Get-Random -Minimum 0 -Maximum 2) -eq 1)
found_summary: "True"
statistics_summary: "True"
yara:
Expand All @@ -100,5 +106,8 @@ jobs:
git_integrate: "${{github.event.inputs.git_integrate}}"
git_limit: "${{github.event.inputs.git_limit}}"
git_reverse: "${{github.event.inputs.git_reverse}}"
ignores_post: |-
Param($ElementPostMeta)
Return ((Get-Random -Minimum 0 -Maximum 2) -eq 1)
found_summary: "True"
statistics_summary: "True"

0 comments on commit ea3cf53

Please sign in to comment.