Skip to content

Commit 1e4e6c9

Browse files
script modify
1 parent 3e29081 commit 1e4e6c9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/l10n.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ jobs:
276276
$SCRIPT_EXIT_CODE = 0
277277
Get-Content "selected_l10n_mappings" | ForEach-Object {
278278
$line = $_
279-
Write-Host "Running tests for: $line"
280279
try {
281280
pipenv run python l10n_CM/run_l10n.py --fx-executable="$env:FX_EXECUTABLE" $line
282281
} catch {
@@ -302,7 +301,6 @@ jobs:
302301
$SCRIPT_EXIT_CODE = 0
303302
Get-Content "selected_l10n_mappings" | ForEach-Object {
304303
$line = $_
305-
Write-Host "Running tests for: $line"
306304
try {
307305
pipenv run python l10n_CM/run_l10n.py --fx-executable="$env:FX_EXECUTABLE" $line
308306
} catch {

0 commit comments

Comments
 (0)