Skip to content

Commit

Permalink
add a PR test
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Feb 1, 2024
1 parent 9b0df57 commit 461e6bb
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
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
init-shell: bash
environment-file: conda-lock.yml

- name: Tests
shell: bash -l {0}
run: |
python map-of-activities.py

0 comments on commit 461e6bb

Please sign in to comment.