Migrate to Flask adapter and add /health check endpoint (#114) #36
Workflow file for this run
This file contains hidden or 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: ANNA get physical fitness test | |
| on: pull_request | |
| jobs: | |
| ci: | |
| name: ANNA get physical fitness test | |
| runs-on: ubuntu-22.04 | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - uses: actions/setup-python@v4 | |
| with: | |
| python-version: "3.11" | |
| - name: install poetry | |
| uses: abatilo/actions-poetry@v2 | |
| with: | |
| poetry-version: 1.5.1 | |
| - name: ready | |
| run: poetry install --with ci | |
| - name: go | |
| run: make ci |