Skip to content

Commit ab3869f

Browse files
test run
1 parent d0a390b commit ab3869f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/l10n_smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
echo "Running smoke tests on supplied executable";
6666
- name: Install dependencies
6767
run: |
68-
mkdir -p artifacts;
68+
mkdir -p artifacts/headed;
6969
pip3 install 'pipenv==2023.11.15';
7070
pip3 install 'ruff>=0.4.8,<0.5';
7171
rm ./pyproject.toml;

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/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"
2121

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

0 commit comments

Comments
 (0)