Fix tester launching in CI

This commit is contained in:
savalet
2025-04-28 21:34:47 +02:00
parent d566b8ac30
commit a79229dff5

View File

@@ -53,7 +53,7 @@ jobs:
run: make
- name: Run tester
run: python3 validator.py
run: ./validator.py
sync_repository:
needs: [ check_the_repository_state ]