You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# CI service - runs full CI pipeline (fetch_dependencies, format, analyze, test)
ci:
build:
context: .
dockerfile: Dockerfile
container_name: polkadart-ci
command: sh -c "dart run melos fetch_dependencies && dart run melos run format && dart run melos run analyze && dart run melos run test && dart run melos run test:chain"