Skip to content

Commit

Permalink
Add verbosity test
Browse files Browse the repository at this point in the history
  • Loading branch information
ain committed Dec 8, 2023
1 parent 11982f6 commit 817aa46
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,20 @@ jobs:
subcommand: lint
target: test/acl/valid.acl

- name: Run Falco on valid ACL with verbosity
uses: ./
with:
subcommand: lint
verbosity: -v
target: test/acl/valid.acl

- name: Run Falco on valid ACL with most verbosity
uses: ./
with:
subcommand: lint
verbosity: -vv
target: test/acl/valid.acl

#- name: Run Falco on ACL with invalid IP
#uses: ./
#with:
Expand Down

0 comments on commit 817aa46

Please sign in to comment.