mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
added smoke test
This commit is contained in:
parent
8610a0c875
commit
78c1d150fa
1 changed files with 7 additions and 0 deletions
7
.github/workflows/lambda_smoke_tests.yml
vendored
7
.github/workflows/lambda_smoke_tests.yml
vendored
|
|
@ -36,6 +36,13 @@ jobs:
|
|||
build_context: .
|
||||
service_name: postcode-splitter
|
||||
|
||||
postcode_splitter_ddd_smoke_test:
|
||||
uses: ./.github/workflows/_smoke_test_lambda.yml
|
||||
with:
|
||||
dockerfile_path: applications/postcode_splitter/Dockerfile
|
||||
build_context: .
|
||||
service_name: postcode-splitter-ddd
|
||||
|
||||
# ============================================================
|
||||
# Bulk Address2UPRN Combiner
|
||||
# ============================================================
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue