wip #1

Open
wakonig_k wants to merge 17 commits from ci/gitea_actions into main
Showing only changes of commit d4fe550156 - Show all commits

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"