From 9453385e6a6eebb5fa81c8c2adaa72e32006752f Mon Sep 17 00:00:00 2001 From: tligui_y Date: Tue, 5 Aug 2025 08:37:27 +0200 Subject: [PATCH] Update action.yml --- action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 77e4d7d..2eba1e3 100644 --- a/action.yml +++ b/action.yml @@ -81,6 +81,9 @@ runs: mkdir -p "$OUTPUT_DIR" + git clone -q https://gitea.psi.ch/tligui_y/test-ci.git ./temp-ci + + if [ "${{ inputs.enable_pixi_post_link_scripts }}" == "true" ]; then pixi config set --local run-post-link-scripts insecure fi @@ -118,7 +121,6 @@ runs: LOG_FILE="${OUTPUT_DIR}/test-ci.log" echo "🚀 Running tests and generating reports..." >> $LOG_FILE - git clone -q https://gitea.psi.ch/tligui_y/test-ci.git ./temp-ci cp temp-ci/conftest.py ./ PYTEST_ARGS="--continue-on-collection-errors \