Skip to content

Commit 657a9d8

Browse files
committed
Use git recordings when running make validate
1 parent 71e3fa5 commit 657a9d8

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)