Skip to content

refactor: model training configs on app file (#9) #51

refactor: model training configs on app file (#9)

refactor: model training configs on app file (#9) #51

Workflow file for this run

name: Running Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
unit_tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Unit Tests
run: make unit-tests