Skip to content

Commit b13de00

Browse files
committed
correct yaml syntax
1 parent 7ee330f commit b13de00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ jobs:
3535

3636
...
3737

38-
- run: <
38+
- run: |
3939
pip install --upgrade pytest-reportlog
4040
4141
...
4242

43-
- run: <
43+
- run: |
4444
pytest --report-log pytest-log.jsonl
4545
4646
...

0 commit comments

Comments
 (0)