Skip to content

[GH Actions] automatic-add-update-publication (#257) #358

[GH Actions] automatic-add-update-publication (#257)

[GH Actions] automatic-add-update-publication (#257) #358

Workflow file for this run

name: Run tests
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
python-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Install Python requirements
run: pip install -r src/python/requirements.txt
- name: Run tests
run: python -m unittest