Skip to content

Commit 4f209e0

Browse files
committed
ci: Debug
1 parent 379458a commit 4f209e0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,4 @@ jobs:
129129
run: make setup
130130

131131
- name: Run the test suite
132-
run: make test
132+
run: make test || { python scripts/make.py test snapshot=fix; git diff; exit 1; }

duties.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ def test(ctx: Context, *cli_args: str, match: str = "", snapshot: str = "report"
231231
args = ["-n", "auto", "--inline-snapshot=disable"]
232232
else:
233233
args = [f"--inline-snapshot={snapshot}"]
234+
print(args)
234235
ctx.run(
235236
tools.pytest(
236237
"tests",

0 commit comments

Comments
 (0)