Skip to content

Update migmap.yml

Update migmap.yml #315

Workflow file for this run

name: test
on:
push:
branches: master
pull_request:
branches: master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install dependencies
run: python3 -m pip install tox
- run: tox -e test