Skip to content

Commit 8def7db

Browse files
test run
1 parent 6378578 commit 8def7db

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/l10n_smoke.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ jobs:
101101
FX_EXECUTABLE: /Volumes/${{ steps.setup.outputs.app_name }}/${{ steps.setup.outputs.app_name }}.app/Contents/MacOS/firefox
102102
REPORTABLE: true
103103
run: |
104-
ls ./artifacts/
105104
mv ./ci_l10n_pyproject_headed.toml ./pyproject.toml;
106105
echo "TEST_EXIT_CODE=0" >> $GITHUB_ENV
107106
echo "SCRIPT_EXIT_CODE=0" >> $GITHUB_ENV

ci_l10n_pyproject_headed.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ markers = [
1717
testpaths = [
1818
"l10n_CM/Unified"
1919
]
20-
addopts = "-vs --ci --json-report --json-report-file artifacts/headed/report.json --reruns 3 --reruns-delay 2 -m 'not incident and not unstable and headed' --html=artifacts/headed/report.html"
20+
addopts = "-vs --json-report --json-report-file artifacts/headed/report.json --reruns 3 --reruns-delay 2 -m 'not incident and not unstable and headed' --html=artifacts/headed/report.html"
2121

2222
[tool.ruff]
2323
target-version = "py310"

ci_pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ testpaths = [
1818
"tests",
1919
"l10n_CM/Unified"
2020
]
21-
addopts = "-vs --ci --run-headless --json-report --json-report-file artifacts/report.json --reruns 3 --reruns-delay 3 -m 'not incident and not unstable and not headed' --html=artifacts/report.html"
21+
addopts = "-vs --run-headless --json-report --json-report-file artifacts/report.json --reruns 3 --reruns-delay 3 -m 'not incident and not unstable and not headed' --html=artifacts/report.html"
2222

2323
[tool.ruff]
2424
target-version = "py310"

0 commit comments

Comments
 (0)