Skip to content

Commit f7ea31c

Browse files
committed
Update workflow
Signed-off-by: safinsaf <safinsaft@gmail.com>
1 parent ed14f10 commit f7ea31c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Debug
2525
run: ls -al .
2626
- name: Run tests and collect coverage
27-
if: steps.copy.outputs.outcome != 'success'
27+
if: steps.copy.outputs.output != 'success'
2828
run: pytest --cov app
2929
- name: Debug
3030
run: ls -al .

0 commit comments

Comments
 (0)