Update action.yml

This commit is contained in:
2025-08-05 08:37:27 +02:00
parent 3468a7cb4f
commit 9453385e6a
+3 -1
View File
@@ -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 \