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 a878d07 commit 9ff5103Copy full SHA for 9ff5103
.github/workflows/integration_tests.yml
@@ -121,6 +121,10 @@ jobs:
121
run: pip install -r scripts/gha/requirements.txt
122
- id: matrix_config
123
run: |
124
+ # Log that we ran against a given packaged SDK.
125
+ if [[ -n "${{ github.event.inputs.packaged_sdk_run_id }}" ]]; then
126
+ echo "::warning ::Downloading package from previous run: https://github.com/${{github.repository}}/actions/runs/${{ github.event.inputs.packaged_sdk_run_id }}"
127
+ fi
128
if [[ "${{ steps.set_outputs.outputs.requested_tests }}" == "expanded" ]]; then
129
TEST_MATRIX_PARAM=-m=expanded
130
echo "::warning ::Running on the expanded matrix"
0 commit comments