Skip to content

refactor changes (boy Scot) - for Making Project Multi Job Portal Applier - Part 1 #167

refactor changes (boy Scot) - for Making Project Multi Job Portal Applier - Part 1

refactor changes (boy Scot) - for Making Project Multi Job Portal Applier - Part 1 #167

Workflow file for this run

name: Python CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.x'
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run tests
run: pytest