Update action.yml
This commit is contained in:
+3
-1
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user