wip add extra output jobs of logs
Some checks failed
CI for debye_bec / test (push) Failing after 1m8s
CI for debye_bec / test (pull_request) Successful in 1m8s

This commit is contained in:
2025-09-23 23:20:09 -05:00
parent 1d1bead169
commit c4662e1739

View File

@@ -64,6 +64,36 @@ jobs:
chmod +x ./bec_shared_actions/give_runs_log.sh
./bec_shared_actions/give_runs_log.sh "outputs/checkout.log"
- name: Checkout BEC Core
run: |
chmod +x ./bec_shared_actions/give_runs_log.sh
./bec_shared_actions/give_runs_log.sh "outputs/checkout_bec_core.log"
- name: Checkout Ophyd Devices
run: |
chmod +x ./bec_shared_actions/give_runs_log.sh
./bec_shared_actions/give_runs_log.sh "outputs/checkout_ophyd_devices.log"
- name: Checkout BEC Widgets
run: |
chmod +x ./bec_shared_actions/give_runs_log.sh
./bec_shared_actions/give_runs_log.sh "outputs/checkout_bec_widgets.log"
- name: Install APT_PACKAGES
run: |
chmod +x ./bec_shared_actions/give_runs_log.sh
./bec_shared_actions/give_runs_log.sh "outputs/install_apt_packages.log"
- name: Install Python dependencies
run: |
chmod +x ./bec_shared_actions/give_runs_log.sh
./bec_shared_actions/give_runs_log.sh "outputs/install_python_dependencies.log"
- name: Run pytest for Plugin
run: |
chmod +x ./bec_shared_actions/give_runs_log.sh
./bec_shared_actions/give_runs_log.sh "outputs/pytest_plugin.log"
# with:
# ref: "${{ github.head_ref || github.sha }}"
# - name: Checkout test-ci repo