Skip to content
Snippets Groups Projects
Commit 53dd23f3 authored by Mohammad Torkashvand's avatar Mohammad Torkashvand
Browse files

add a fake form to make confirmation work

parent 17fe8eb7
Branches
Tags
1 merge request!79add a fake form to make confirmation work
Pipeline #84188 failed
......@@ -288,6 +288,12 @@ def _confirm_pp_results(state: State) -> FormGenerator:
# FIXME: dirty hack that makes the skipping """work"""
return {"pp_did_succeed": True}
class ContinueForm(FormPage):
class Config:
title = "Continue to see the result?"
yield ContinueForm
successful_run = state["pp_run_results"]["return_code"] == 0
class ConfirmRunPage(FormPage):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment