From 13e826904cb63257d63ada81e8430d3b71cbafb5 Mon Sep 17 00:00:00 2001 From: appel_c Date: Tue, 23 Sep 2025 22:38:14 -0500 Subject: [PATCH] wip --- .gitea/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 01f278f..76bf6b6 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -58,6 +58,12 @@ jobs: BEC_PLUGIN_REPO_URL: "https://gitea.psi.ch/bec/debye_bec.git" PYTHON_VERSION: "${{ inputs.PYTHON_VERSION }}" APT_PACKAGES: "libgl1 libegl1 x11-utils libxkbcommon-x11-0 libdbus-1-3 xvfb libnss3 libxdamage1 libasound2t64 libatomic1 libxcursor1" + + - name: Checkout BEC Plugin Repository + run: | + chmod +x ./bec_shared_actions/give_runs_log.sh + ./bec_shared_actions/give_runs_log.sh "outputs/checkout.log" + # with: # ref: "${{ github.head_ref || github.sha }}" # - name: Checkout test-ci repo