Merge pull request #2 from UU-Hydro/feature/latest_main #8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: unit_tests | |
on: [push] | |
jobs: | |
simulation: | |
runs-on: ubuntu-latest | |
steps: | |
- name: checkout model repository | |
uses: actions/checkout@v4 | |
- name: setup environment | |
uses: conda-incubator/setup-miniconda@v3 | |
with: | |
environment-file: environment.yml | |
activate-environment: pcrglobwb_ci | |
- name: run tests | |
run: | | |
conda run -n pcrglobwb_ci python test_assert_simulation.py |