File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,6 @@ jobs:
101
101
FX_EXECUTABLE : /Volumes/${{ steps.setup.outputs.app_name }}/${{ steps.setup.outputs.app_name }}.app/Contents/MacOS/firefox
102
102
REPORTABLE : true
103
103
run : |
104
- ls ./artifacts/
105
104
mv ./ci_l10n_pyproject_headed.toml ./pyproject.toml;
106
105
echo "TEST_EXIT_CODE=0" >> $GITHUB_ENV
107
106
echo "SCRIPT_EXIT_CODE=0" >> $GITHUB_ENV
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 --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"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ testpaths = [
18
18
" tests" ,
19
19
" l10n_CM/Unified"
20
20
]
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"
22
22
23
23
[tool .ruff ]
24
24
target-version = " py310"
You can’t perform that action at this time.
0 commit comments