Skip to content

Commit 61693a5

Browse files
committed
Update workflow
Signed-off-by: safinsaf <safinsaft@gmail.com>
1 parent 850a1cc commit 61693a5

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
@@ -23,7 +23,7 @@ jobs:
2323
- name: Debug
2424
run: ls -al .
2525
- name: Run tests and collect coverage
26-
if: steps.copy.outputs.outcome != "success"
26+
if: steps.copy.outputs.outcome != 'success'
2727
run: pytest --cov app
2828
- name: Debug
2929
run: ls -al .

0 commit comments

Comments
 (0)