Skip to content

feat: add MinIO as storage provider #1972

feat: add MinIO as storage provider

feat: add MinIO as storage provider #1972

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
branches: [main, dev]
push:
branches: [main, dev]
jobs:
mypy:
uses: ./.github/workflows/mypy.yaml
secrets: inherit
tests:
uses: ./.github/workflows/tests.yaml
secrets: inherit
ci:
runs-on: ubuntu-latest
name: Run CI
needs: [mypy, tests]
steps:
- name: 'Done'
run: echo "Done"