From 2690c86ad607921f3b11fc2b80fb22392e75b499 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 | 25 +++++++++++++++++++++++++ 1 file changed, 25 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..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