Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 405 Bytes

File metadata and controls

26 lines (20 loc) · 405 Bytes

pytest-action

How to use

jobs:
  pytest:
    runs-on: ubuntu-latest

    steps:
      - name: Check-out
        uses: actions/checkout@v3
        with:
          fetch-depth: 1

      - name: Pytest
        uses: wintero92/pytest-action@v1
        with:
          package-name: wopee_agent
          min-cov: 0
          retention-days: 10

Inputs

See action.yaml for possible inputs.