Skip to content

_save_batch() should not be a generator #193

_save_batch() should not be a generator

_save_batch() should not be a generator #193

Workflow file for this run

name: CI
on:
push:
branches:
- main
- deploy
pull_request:
branches:
- main
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build containers and run tests
run: |
cp .env.example .env
docker compose -f docker-compose.yml -f camp_fin/tests/docker-compose.yml run --rm app