Skip to content

Merge pull request #44 from klejejs/chore/improve-debug-command-and-a… #12

Merge pull request #44 from klejejs/chore/improve-debug-command-and-a…

Merge pull request #44 from klejejs/chore/improve-debug-command-and-a… #12

Workflow file for this run

name: Run tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected]
- name: Set up Python
uses: actions/[email protected]
with:
python-version: "3.x"
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install -U -r requirements.txt -r requirements_testing.txt
- name: Run tests
run: pytest ThermiaOnlineAPI