Skip to content

Add link to add entry to navbar #12

Add link to add entry to navbar

Add link to add entry to navbar #12

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches_ignore: []
jobs:
testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup conda environment
run: conda create --quiet --name map pytest
- name: Run tests
run: |
export PATH="/usr/share/miniconda/bin:$PATH"
source activate map
pip install -r scripts/requirements.txt
pytest -v -x tests/test_*.py