Skip to content

Commit 2942c94

Browse files
authored
Use git recordings when running make validate (#3179)
1 parent a27e2a1 commit 2942c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/run-validations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ async function run () {
174174
metadata.branchName = branchName
175175

176176
spinner.text = 'Downloading recordings'
177-
await $`node ${path.join(uploadRecordingsPath, 'download.js')} --branch ${branchName}`
177+
await $`node ${path.join(uploadRecordingsPath, 'download.js')} --branch ${branchName} --git`
178178

179179
spinner.text = 'Fetching artifacts'
180180
await $`node ${path.join(cloneEsPath, 'index.js')} --branch ${argv['branch']}`

0 commit comments

Comments
 (0)