Skip to content

Commit 148a417

Browse files
committed
WIP to run tests in the workflow
1 parent 76ecb8b commit 148a417

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Python application
55

66
on:
77
push:
8-
branches: [ "listOfMed" ]
8+
branches: [ "develop" ]
99
pull_request:
10-
branches: [ "listOfMed" ]
10+
branches: [ "develop" ]
1111

1212
permissions:
1313
contents: read
@@ -27,3 +27,6 @@ jobs:
2727
run: pipx install ruff
2828
- name: Lint code with Ruff
2929
run: ruff check --output-format=github --target-version=py39
30+
- name: Test with pytest
31+
run: |
32+
pytest

0 commit comments

Comments
 (0)