Skip to content

Commit

Permalink
[Backport 8.17] Use git recordings for pull request validation (#3187)
Browse files Browse the repository at this point in the history
Co-authored-by: Quentin Pradet <[email protected]>
  • Loading branch information
github-actions[bot] and pquentin authored Nov 27, 2024
1 parent 2d61a7f commit 8ec9a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
else
branch=$GITHUB_REF_NAME
fi
node scripts/upload-recording/download.js --branch $branch
node scripts/upload-recording/download.js --branch $branch --git
node scripts/clone-elasticsearch/index.js --branch $branch
env:
GCS_CREDENTIALS: ${{ secrets.GCS_CREDENTIALS }}
Expand Down

0 comments on commit 8ec9a19

Please sign in to comment.