Skip to content

fix issue #564. Company name is saved in answers.json. #163

fix issue #564. Company name is saved in answers.json.

fix issue #564. Company name is saved in answers.json. #163

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