Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix script
Yoann Chaudet committed Jul 27, 2022

Unverified

No user is associated with the committer email.
1 parent f64a106 commit d7e8b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/sync_expected_output.ps1
@@ -68,7 +68,7 @@ Start-Sleep -Seconds 5

# Lookup the run id (it is not perfect because of the APIs...)
Write-Host 'Lookup run id'
$runId = Invoke-Command { & gh run list --workflow $workflow --branch $ref --limit 100 --json databaseId --jq '.[].databaseId' }
$runId = Invoke-Command { & gh run list --workflow $workflow --branch $ref --limit 1 --json databaseId --jq '.[].databaseId' }

# Wait for the workflow to finish
Write-Host "Wait for workflow $runId to complete"

0 comments on commit d7e8b2c

Please sign in to comment.