Skip to content

Commit cf2c879

Browse files
re add mediamarkt to run_l10n and workflow edit
1 parent 29426bd commit cf2c879

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/l10n.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
if: ${{ inputs.mac_installer_link }}
6262
run: |
6363
echo "MANUAL='true'" >> "$GITHUB_ENV";
64-
echo "Running smoke tests on supplied executable";
64+
echo "Running l10n tests on supplied executable";
6565
- name: Install dependencies
6666
run: |
6767
mkdir -p artifacts/;

l10n_CM/run_l10n.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
valid_flags = {"--run-headless", "-n", "--reruns", "--fx-executable", "--ci"}
1414
flag_with_parameter = {"-n", "--reruns"}
1515
valid_region = {"US", "CA", "DE", "FR"}
16-
valid_sites = {"demo", "amazon", "walmart"}
16+
valid_sites = {"demo", "amazon", "walmart", "mediamarkt"}
1717
live_sites = []
1818

1919
LOCALHOST = "127.0.0.1"

0 commit comments

Comments
 (0)