Skip to content

Add CLI script to update the company name change history data #32

Add CLI script to update the company name change history data

Add CLI script to update the company name change history data #32

Workflow file for this run

name: Run tests
on:
push:
branches: [ main ]
pull_request:
branches: [ "*" ]
jobs:
run-tests:
runs-on: ubuntu-latest
container:
image: ghcr.io/namoshizun/tradepy:test
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run Pytest
run: |
poetry install --with=main,test
poetry run pytest --cov