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::"