ci: fixup regression test

Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
Paul Spooren
2024-07-08 14:10:42 +02:00
parent 87144233da
commit f6320c3c35
2 changed files with 16 additions and 14 deletions

View File

@@ -17,3 +17,5 @@ jobs:
- run: python misc/generate_configs.py
- run: chmod +x .ci/run-regression.sh
- run: .ci/run-regression.sh 100 20
- run: |
[ $(ls -1 output/ate/out | wc -l) -eq 100 ]