Skip to content

Commit 5787085

Browse files
restore l10n
1 parent ae93633 commit 5787085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/l10n.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ jobs:
266266
$line = $_
267267
Write-Host "Running tests for: $line"
268268
try {
269-
pipenv run python -m l10n_CM.run_l10n --reruns 4 --fx-executable="$env:FX_EXECUTABLE" $line
269+
pipenv run python -m l10n_CM.run_l10n --fx-executable="$env:FX_EXECUTABLE" $line
270270
} catch {
271271
$SCRIPT_EXIT_CODE = $_.Exception.HResult
272272
}

0 commit comments

Comments
 (0)