We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16db42e commit 05a62a6Copy full SHA for 05a62a6
.github/actions/run-and-record-tests/action.yml
@@ -54,6 +54,10 @@ runs:
54
SCRIPT_ARGS="$SCRIPT_ARGS --pattern ${{ inputs.pattern }}"
55
fi
56
57
+ echo "=== Running command ==="
58
+ echo "uv run --no-sync ./scripts/integration-tests.sh $SCRIPT_ARGS"
59
+ echo ""
60
+
61
uv run --no-sync ./scripts/integration-tests.sh $SCRIPT_ARGS | tee pytest-${{ inputs.inference-mode }}.log
62
63
0 commit comments