Skip to content

Changes related to File Provider #42

Changes related to File Provider

Changes related to File Provider #42

Workflow file for this run

---
name: Continuous Integration
on:
workflow_dispatch:
push:
pull_request:
branches:
- 'main'
jobs:
ci:
if: ${{ github.event_name == 'push' || github.event.pull_request.merged == true }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: |
./init.sh
docker compose run --rm app poetry run pytest