diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..d66987b --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,25 @@ +name: Full Tests + +on: + pull_request: + push: + branches: [main] + +jobs: + run: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + + - name: Setup Micromamba Python + uses: mamba-org/setup-micromamba@v1 + with: + environment-name: MAP + with: + init-shell: bash + environment-file: conda-lock.yml + + - name: Tests + shell: bash -l {0} + run: | + python map-of-activities.py