From d4fe5501565b48c3f2a40da89ca1b5b9ea92249a Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Fri, 6 Jun 2025 11:09:52 +0200 Subject: [PATCH] wip --- .gitea/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 07ed04f..69834d6 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -37,11 +37,11 @@ jobs: repository: bec/bec_shared_actions ref: main - # - name: Install and test a BEC plugin repository - # uses: ./.github/actions/plugin_repo_tests - # with: - # BEC_CORE_BRANCH: ${{ inputs.BEC_CORE_BRANCH }} - # BEC_WIDGETS_BRANCH: ${{ inputs.BEC_WIDGETS_BRANCH }} - # OPHYD_DEVICES_BRANCH: ${{ inputs.OPHYD_DEVICES_BRANCH }} - # BEC_PLUGIN_REPO_URL: "https://gitea.psi.ch/bec/phoenix_bec.git" - # PYTHON_VERSION: "3.11" + - name: Install and test a BEC plugin repository + uses: bec/bec_shared_actions/.gitea/plugin_repo_tests + with: + BEC_CORE_BRANCH: ${{ inputs.BEC_CORE_BRANCH }} + BEC_WIDGETS_BRANCH: ${{ inputs.BEC_WIDGETS_BRANCH }} + OPHYD_DEVICES_BRANCH: ${{ inputs.OPHYD_DEVICES_BRANCH }} + BEC_PLUGIN_REPO_URL: "https://gitea.psi.ch/bec/phoenix_bec.git" + PYTHON_VERSION: "3.11"