Skip to content

chore(RHTAPWATCH-662): add inputs to odcs compose entrypoint #4

chore(RHTAPWATCH-662): add inputs to odcs compose entrypoint

chore(RHTAPWATCH-662): add inputs to odcs compose entrypoint #4

Workflow file for this run

name: Run tests
on:
pull_request:
branches: [main]
jobs:
test:
permissions:
checks: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Install pipenv
run: pip install pipenv==2023.7.23
- name: Create virtualenv
run: pipenv sync
- name: Run tests
run: |
pipenv run pytest tests