Skip to content

Commit d54f0f1

Browse files
author
Janne Rönkkö
committed
Reformat docker compose up command to be more readable
1 parent 3470985 commit d54f0f1

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

github-actions/setup-e2e-environment/action.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,11 @@ runs:
147147
TIMETABLESAPI_DOCKER_IMAGE: ${{ inputs.timetablesapi_version }}
148148
TIAMAT_DOCKER_IMAGE: ${{ inputs.tiamat_version }}
149149
run: |
150-
docker compose -f ${{ github.workspace }}/docker/docker-compose.yml ${{ inputs.custom_docker_compose != '' && format('-f {0}', inputs.custom_docker_compose) || '' }} ${{ inputs.start_jore3_importer == 'true' && '--profile importer' || '' }} up -d
150+
docker compose \
151+
-f ${{ github.workspace }}/docker/docker-compose.yml \
152+
${{ inputs.custom_docker_compose != '' && format('-f {0}', inputs.custom_docker_compose) || '' }} \
153+
${{ inputs.start_jore3_importer == 'true' && '--profile importer' || '' }} \
154+
up -d
151155
shell: bash
152156

153157
- name: Show which versions of the docker images are spun up

0 commit comments

Comments
 (0)