Skip to content

Commit d69461a

Browse files
test run
1 parent 2631946 commit d69461a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/l10n_smoke.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@ 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
105+
ls -la artifacts-mac/ 2>/dev/null || echo "File does not exist"
107106
echo "TEST_EXIT_CODE=0" >> $GITHUB_ENV
108107
echo "SCRIPT_EXIT_CODE=0" >> $GITHUB_ENV
109108
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 --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 --ci --json-report --json-report-file artifacts/report_headed.json --reruns 3 --reruns-delay 2 -m 'not incident and not unstable and headed' --html=artifacts/report_headed.html"
2121

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

0 commit comments

Comments
 (0)