Skip to content

569 bug booking that starts in the past can't be approved #134

569 bug booking that starts in the past can't be approved

569 bug booking that starts in the past can't be approved #134

Workflow file for this run

name: python test cases
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out the code
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run tests
working-directory: noq_django
run: |
python manage.py test --verbosity=2