This commit is contained in:
@@ -173,6 +173,16 @@ pr-validate: lint typecheck test-unit test-acceptance-sqlite
|
||||
ci-postgres: lint typecheck test-unit test-acceptance-postgres docker-build
|
||||
@echo "CI Pipeline with PostgreSQL completed successfully!"
|
||||
|
||||
# --- CI Image ---
|
||||
|
||||
# Build CI runner image locally
|
||||
ci-build:
|
||||
@./scripts/build-ci-image.sh
|
||||
|
||||
# Build CI runner image with custom tag
|
||||
ci-build-tag TAG:
|
||||
@./scripts/build-ci-image.sh {{TAG}}
|
||||
|
||||
# --- Utilities ---
|
||||
|
||||
# Show help information
|
||||
|
||||
Reference in New Issue
Block a user