feat: Update Kids model and calculate cost of kids #25
Workflow file for this run
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: Main CI | |
on: | |
push: | |
pull_request: | |
jobs: | |
docker_test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Create user config | |
run: cp tests/sample_configs/full_config.yml config.yml | |
- name: Run Tests | |
run: make |