wip
Some checks failed
CI / test (pull_request) Failing after 2s
CI / test (push) Failing after 2s

This commit is contained in:
2025-06-06 11:09:52 +02:00
parent 812e960892
commit d4fe550156

View File

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