Commit e2e62e78 authored by Robert Schmidt's avatar Robert Schmidt

CI: add unhandled action LicenceAndFormattingCheck

parent a4eed55c
......@@ -460,6 +460,9 @@ def GetParametersFromXML(action):
elif action == 'Run_LDPCTest' or action == 'Run_NRulsimTest':
ldpc.runargs = test.findtext('physim_run_args')
elif action == 'LicenceAndFormattingCheck':
pass
else:
logging.error(f"unknown action {action}, abort")
exit(1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment