File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 65
65
echo "Running smoke tests on supplied executable";
66
66
- name : Install dependencies
67
67
run : |
68
- mkdir -p artifacts;
68
+ mkdir -p artifacts/headed ;
69
69
pip3 install 'pipenv==2023.11.15';
70
70
pip3 install 'ruff>=0.4.8,<0.5';
71
71
rm ./pyproject.toml;
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/report_headed .json --reruns 3 --reruns-delay 2 -m 'not incident and not unstable and headed' --html=artifacts/report_headed .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