Skip to content

Add Firstrade session reuse and align notifications (#11) #25

Add Firstrade session reuse and align notifications (#11)

Add Firstrade session reuse and align notifications (#11) #25

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: "3.12"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
- name: Run tests
run: python -m pytest -q