From 461e6bbbb000b21309fbfd557ac5a2b5aa65187b Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Thu, 1 Feb 2024 14:26:10 -0300 Subject: [PATCH] add a PR test --- .github/workflows/test.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..a490c80 --- /dev/null +++ b/.github/workflows/test.yml @@ -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