Skip to content

Commit 6766fdc

Browse files
committed
fix: build for 5.7.0
1 parent 60be259 commit 6766fdc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ services:
173173
- ./demo/dist:/opt/src/public/skeleton:ro
174174
- ./demo/skeleton:/opt/src/local/ems_promo_v2_preview
175175
- ./demo/skeleton:/opt/src/local/ems_promo_v2_live
176+
- ./demo/skeleton:/opt/src/local/skeleton
176177
mem_limit: 512m
177178

178179
networks:

test/tests.bats

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,9 @@ export BATS_CONTAINER_NETWORK_NAME="${CONTAINER_NETWORK_NAME:-docker_default}"
224224
run ${BATS_CONTAINER_ENGINE} exec emsch ${BATS_ELASTICMS_SKELETON_ENVIRONMENT} emsch:local:folder-upload -- /opt/src/admin/assets
225225
assert_output -r ".*\[OK\] .* \(on .*\) assets have been uploaded"
226226

227+
run ${BATS_CONTAINER_ENGINE} exec emsch ${BATS_ELASTICMS_SKELETON_ENVIRONMENT} ems:local:upload --filename=/opt/src/local/skeleton/template/asset_hash.twig
228+
assert_output -r ".*\[OK\] Assets .* have been uploaded"
229+
227230
}
228231

229232
@test "[$TEST_FILE] Configure Elasticms Filters." {

0 commit comments

Comments
 (0)