Skip to content

Commit f6145bf

Browse files
author
Janne Rönkkö
committed
fixup! Do not require sqlcmd to be installed on the GHA runner when setting up e2e environment
1 parent b018f36 commit f6145bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ runs:
159159
env:
160160
SA_PASSWORD: "P@ssw0rd"
161161
with:
162-
command: docker compose -f ${{ github.workspace }}/docker/docker-compose.yml ${{ inputs.custom_docker_compose != '' && format('-f {0}', inputs.custom_docker_compose) || '' }} exec jore4-mssqltestdb /opt/mssql-tools18/bin/sqlcmd -C -S 127.0.0.1 -U sa -P "$SA_PASSWORD" -d master -Q "SELECT ''OK'';"
162+
command: docker compose -f ${{ github.workspace }}/docker/docker-compose.yml ${{ inputs.custom_docker_compose != '' && format('-f {0}', inputs.custom_docker_compose) || '' }} exec mssqltestdb /opt/mssql-tools18/bin/sqlcmd -C -S 127.0.0.1 -U sa -P "$SA_PASSWORD" -d master -Q "SELECT ''OK'';"
163163
# it takes a while for the database to start
164164
retries: 50
165165

0 commit comments

Comments
 (0)