Skip to content

Did log operations

Did log operations #13

Workflow file for this run

name: Python tests
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./server
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: abatilo/actions-poetry@v4
- name: Install project
run: |
poetry install
- name: Run pytest
run: |
poetry run pytest