Skip to content

Commit

Permalink
simplified pytest action
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed Sep 25, 2024
1 parent 81282a7 commit ea8e5aa
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,16 +98,13 @@ jobs:
token_format: access_token

- name: Run pytest
uses: pavelzw/pytest-action@v2
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_S3_ENDPOINT_URL: ${{ secrets.AWS_S3_ENDPOINT_URL }}
LUXONISML_BUCKET: luxonis-test-bucket
with:
emoji: false
custom-arguments: >
--cov --junitxml=junit.xml -o junit_family=legacy
run:
pytest --cov --junitxml=junit.xml -o junit_family=legacy

- name: Upload test results to Codecov
if: ${{ !cancelled() }}
Expand Down

0 comments on commit ea8e5aa

Please sign in to comment.