Skip to content

✨ AD-2303 add amount and amount units to sample and bs and kf target #837

✨ AD-2303 add amount and amount units to sample and bs and kf target

✨ AD-2303 add amount and amount units to sample and bs and kf target #837

Workflow file for this run

name: Run Tests
on: push
jobs:
run_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install virtualenv
run: |
pip install --upgrade virtualenv
virtualenv -p python3 venv
- name: Run tests
run: ./scripts/test.sh