Skip to content

[AC-5] switch name and model #89

[AC-5] switch name and model

[AC-5] switch name and model #89

Workflow file for this run

name: Python application
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Install pytest
run: pip3 install pytest
- name: Run tests
run: pytest