Skip to content

make target dependent on number of agents #17

make target dependent on number of agents

make target dependent on number of agents #17

Workflow file for this run

name: CI/CD Workflow
on: push
jobs:
build:
runs-on: self-hosted
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install dependencies
run: |
pip install -r requirements.txt
- name: Run Python tests
run: |
pytest -s tests/unit_tests