Skip to content

Commit 828ed35

Browse files
Add test output to ci pipeline to check fail
Signed-off-by: ClemensLinnhoff <[email protected]>
1 parent f91b0f2 commit 828ed35

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ jobs:
6868
source .venv/bin/activate
6969
pip install -r requirements.txt
7070
python rules2yml.py -d rules
71+
cd rules
72+
ls -l
73+
cd schema
74+
ls -l
7175
7276
- name: Check rule correctness with unittests
7377
run: |

0 commit comments

Comments
 (0)