Skip to content

Commit

Permalink
Allow e2e timetables api image override
Browse files Browse the repository at this point in the history
  • Loading branch information
culka committed Feb 15, 2024
1 parent 6a277fc commit 8673855
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions github-actions/setup-e2e-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ inputs:
the default version.
required: false
default: ""
timetablesapi_version:
description:
Version of timetables api to use (docker image tag). Set to "" if using
the default version.
required: false
default: ""
custom_docker_compose:
description:
Path for an additional docker-compose file to be used when starting up the
Expand Down Expand Up @@ -110,6 +116,7 @@ runs:
MAPMATCHINGDB_DOCKER_IMAGE: ${{ inputs.mapmatchingdb_version }}
CYPRESS_DOCKER_IMAGE: ${{ inputs.cypress_version }}
HASTUS_DOCKER_IMAGE: ${{ inputs.hastus_version }}
TIMETABLESAPI_DOCKER_IMAGE: ${{ inputs.timetablesapi_version }}
run: |
docker-compose -f ${{ github.workspace }}/docker/docker-compose.yml ${{ inputs.custom_docker_compose != '' && format('-f {0}', inputs.custom_docker_compose) || '' }} up -d
shell: bash
Expand Down

0 comments on commit 8673855

Please sign in to comment.