Skip to content

add balance current for JK BMS #220

add balance current for JK BMS

add balance current for JK BMS #220

Workflow file for this run

name: Run tests for integrations
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
schedule:
- cron: '0 5 * * 6'
jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
uses: "actions/checkout@v4"
- name: "Set up Python"
uses: actions/setup-python@main
with:
python-version: "3.12"
cache: "pip"
- name: Install dependencies
run: pip install -r requirements_test.txt
- name: Run tests and collect coverage
run: pytest