Skip to content

Commit

Permalink
Update test_automation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoHeidweiler authored Jul 14, 2024
1 parent e6dacb0 commit 05f4186
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/test_automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,24 +31,27 @@ jobs:
- name: Run tests
if: always()
run: |
poetry run python - m unittest discover
poetry run python -m unittest discover
- name: Lint python code with flake8
if: always()
run: |
poetry run flake8 .
- uses: actions/checkout@v4
lint:
runs-on: ubuntu-latest

steps:
- name: Check out repository code
uses: actions/checkout@v2

- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::lintr, local::.
needs: lint

- name: Lint
run: lintr::lint_package()
Expand Down

0 comments on commit 05f4186

Please sign in to comment.