File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -102,8 +102,7 @@ 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
+ ls -la artifacts-mac/ 2>/dev/null || echo "File does not exist"
107
106
echo "TEST_EXIT_CODE=0" >> $GITHUB_ENV
108
107
echo "SCRIPT_EXIT_CODE=0" >> $GITHUB_ENV
109
108
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 --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"
21
21
22
22
[tool .ruff ]
23
23
target-version = " py310"
You can’t perform that action at this time.
0 commit comments