wip
CI for debye_bec / test (pull_request) Failing after 5s
CI for debye_bec / test (push) Successful in 1m9s

This commit is contained in:
2025-09-24 11:48:14 -05:00
parent a4f8f1225a
commit 4965e3e973
+2 -4
View File
@@ -40,7 +40,7 @@ jobs:
QTWEBENGINE_DISABLE_SANDBOX: 1
QT_QPA_PLATFORM: "offscreen"
steps:
- name: Checkout this shared action repository
- name: Checkout shared action repository
uses: actions/checkout@v4
with:
repository: bec/bec_shared_actions
@@ -55,10 +55,8 @@ jobs:
BEC_CORE_BRANCH: "${{ github.event.inputs.BEC_CORE_BRANCH || 'main' }}"
OPHYD_DEVICES_BRANCH: "${{ github.event.inputs.OPHYD_DEVICES_BRANCH || 'main' }}"
BEC_PLUGIN_REPO_BRANCH: "${{ github.event_name == 'workflow_dispatch' && (github.event.inputs.BEC_PLUGIN_REPO_BRANCH || 'main') || github.head_ref || github.ref_name }}"
# PYTHON_VERSION: "${{ github.event.inputs.PYTHON_VERSION || '3.11' }}"
PLUGIN_REPO_NAME: "${{ github.event.repository.name }}"
# APT_PACKAGES: "libgl1 libegl1 x11-utils libxkbcommon-x11-0 libdbus-1-3 xvfb libnss3 libxdamage1 libasound2t64 libatomic1 libxcursor1"
- name: Install external APT packages
uses: bec/bec_shared_actions/install_apt_packages@main
with: