Skip to content

Commit

Permalink
Update python-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufcanb authored Sep 30, 2021
1 parent bb8fa9d commit cafa579
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
python -m pip install --upgrade pip
pip install poetry
poetry install -v
poetry install RPi.GPIO
- name: Execute Unit Tests
run: poetry run pytest

Expand All @@ -46,6 +47,7 @@ jobs:
python -m pip install --upgrade pip
pip install poetry
poetry install -v
poetry install RPi.GPIO
- name: Execute Robot Tests
run: poetry run robot atests/
- name: Upload Robot Logs
Expand Down

0 comments on commit cafa579

Please sign in to comment.