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 111c1a2 commit 0ce94bdCopy full SHA for 0ce94bd
.github/workflows/integration_tests.yml
@@ -180,7 +180,7 @@ jobs:
180
MERGE_BASE=$(git merge-base "origin/${HEAD_REF}" "origin/${BASE_REF}" || true)
181
# If origin/<branch> is no longer valid, then just run all tests.
182
if [[ -n "${MERGE_BASE}" ]]; then
183
- echo '::warning ::Auto-diff origin/${HEAD_REF}..${MERGE_BASE}"
+ echo "::warning ::Auto-diff origin/${HEAD_REF}..${MERGE_BASE}"
184
git diff --name-only "origin/${HEAD_REF}..${MERGE_BASE}"
185
TEST_MATRIX_PARAM="--auto_diff origin/${HEAD_REF}..${MERGE_BASE}"
186
fi
0 commit comments