Skip to content

Update README.md

Update README.md #62

name: Integration tests
on: [push]
jobs:
Integration-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python 3.7
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Run integration tests
run: make tests