You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: up to date linting and codeowners and misc (#29)
## Describe your changes
* Updated logging to include failure message even in the raw output
* Updated linting / testing action
## Reminder:
- When the PR is ready, be sure to run `npm run build` to compile into
the distribution `/dist` folder, which is the source code that the
Action uses.
Copy file name to clipboardExpand all lines: .github/workflows/test.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ jobs:
43
43
pr_comment_title: Below is the Action testing on itself with this PR's source code against policies in `/examples` file by file. Confirm it is as expected.
44
44
45
45
- name: Test Local Action (Directory Package Mode)
test_mode: directory # Whether to test the Rego by directory (e.g. opa test ./) or by individual files (e.g. opa test a_test.rego a.rego). Options of `directory` or `file`.
35
36
report_untested_files: true # Flag to check & report Rego files that does NOT have corresponding test files. Optional, defaults to false.
0 commit comments