From f1165d0fadea1fe53a0678d494243018f54d5c3f Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Tue, 23 Jul 2024 19:29:48 +0100 Subject: [PATCH] add the behave tests to the stack --- .gitea/workflows/execute.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/execute.yml b/.gitea/workflows/execute.yml index 6d28009..74a264b 100644 --- a/.gitea/workflows/execute.yml +++ b/.gitea/workflows/execute.yml @@ -55,5 +55,5 @@ jobs: - name: Run the pytests run: pytest -c pytest.ini -m edge -# - name: Run the behave tests -# run: behave + - name: Run the behave tests + run: behave