Skip to content

Commit 2631946

Browse files
test run
1 parent 4e4dc3f commit 2631946

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/l10n_smoke.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ jobs:
102102
REPORTABLE: true
103103
run: |
104104
mv ./ci_l10n_pyproject_headed.toml ./pyproject.toml;
105+
ls -la report.json 2>/dev/null || echo "File does not exist"
106+
ls -la
105107
echo "TEST_EXIT_CODE=0" >> $GITHUB_ENV
106108
echo "SCRIPT_EXIT_CODE=0" >> $GITHUB_ENV
107109
pipenv run python check_l10n_test_cases.py

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 --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 --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"
2121

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

0 commit comments

Comments
 (0)