Skip to content

refactor: remove unnecessary logs in DAQJobN1081B and add prefix t… #14

refactor: remove unnecessary logs in DAQJobN1081B and add prefix t…

refactor: remove unnecessary logs in DAQJobN1081B and add prefix t… #14

Workflow file for this run

name: Run Python Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.12'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run tests
run: python ./src/run_tests.py