Skip to content

Commit 2ca2c35

Browse files
committed
fix: add tests exclusions file if it does not exist
Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org>
1 parent 52bd4ff commit 2ca2c35

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
--strip-components=1 \
5050
--wildcards "*/rules/*" "*/tests/*" "*/crs-setup.conf.example" "*/util/*"
5151
52+
# Create empty file if it doesn't exist in this CRS version
53+
touch util/TESTS_EXCLUSIONS
54+
5255
uv run crs-linter \
5356
--debug \
5457
-o github \

0 commit comments

Comments
 (0)