File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,8 @@ jobs:
102
102
REPORTABLE : true
103
103
run : |
104
104
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
107
echo "TEST_EXIT_CODE=0" >> $GITHUB_ENV
106
108
echo "SCRIPT_EXIT_CODE=0" >> $GITHUB_ENV
107
109
pipenv run python check_l10n_test_cases.py
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ markers = [
17
17
testpaths = [
18
18
" l10n_CM/Unified"
19
19
]
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"
21
21
22
22
[tool .ruff ]
23
23
target-version = " py310"
You can’t perform that action at this time.
0 commit comments