Skip to content

Commit

Permalink
Add testing params
Browse files Browse the repository at this point in the history
  • Loading branch information
nayuta committed Jun 11, 2024
1 parent 3632f80 commit 90a157d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ jobs:
reporter: github-check
level: info
working_directory: ${{ matrix.dir }}
# Below are for testing purposes
filter_mode: nofilter # Check all files, not just the diff
fail_on_error: false # Fail action if errors are found
flags: -tee # Add debug flag to reviewdog
trivy_flags: "" # Optional

# The check is expected to fail on the test data
- name: Check return codes
Expand Down

0 comments on commit 90a157d

Please sign in to comment.