From 867e7bf75bd2069326a3df808327fef34be98306 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Wed, 25 Jun 2025 20:36:44 +0200 Subject: [PATCH] wip --- .gitea/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 4d76ba3..5dcc6d5 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -104,7 +104,6 @@ jobs: shell: bash # if: ( steps.plugin_checkout.outputs.skip_tests != 'true' ) run: | - cd ./phoenix_bec # echo "::group::Running Pytest" pytest -v --maxfail=2 --random-order ./tests # echo "::endgroup::"