Skip to content

Commit

Permalink
Use git recordings when running make validate
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed Nov 26, 2024
1 parent 71e3fa5 commit 657a9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/run-validations.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ async function run () {
metadata.branchName = branchName

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

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

0 comments on commit 657a9d8

Please sign in to comment.