Skip to content

Adds script and test_script, sets .yml testing location to tests/ #2

Adds script and test_script, sets .yml testing location to tests/

Adds script and test_script, sets .yml testing location to tests/ #2

Workflow file for this run

name: cicd
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: install
run: |
python -m pip install --upgrade pip
pip install pytest
- name: test
run: |
pytest tests/