Skip to content

Commit 05a62a6

Browse files
authored
chore: print integration tests command (#3747)
# What does this PR do? ## Test Plan <img width="1104" height="60" alt="image" src="https://github.com/user-attachments/assets/d4691a2e-c5ec-4df5-a15a-f86e667fdf8c" />
1 parent 16db42e commit 05a62a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/run-and-record-tests/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ runs:
5454
SCRIPT_ARGS="$SCRIPT_ARGS --pattern ${{ inputs.pattern }}"
5555
fi
5656
57+
echo "=== Running command ==="
58+
echo "uv run --no-sync ./scripts/integration-tests.sh $SCRIPT_ARGS"
59+
echo ""
60+
5761
uv run --no-sync ./scripts/integration-tests.sh $SCRIPT_ARGS | tee pytest-${{ inputs.inference-mode }}.log
5862
5963

0 commit comments

Comments
 (0)