Skip to content

Commit 85f2c8d

Browse files
author
Janne Rönkkö
committed
Fix verifying MS SQL database status
Was broken by commit e75c380
1 parent e75c380 commit 85f2c8d

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
@@ -178,7 +178,7 @@ runs:
178178
command:
179179
docker run
180180
--rm
181-
--network docker_jore4 \
181+
--network docker_jore4
182182
$(docker inspect mssqltestdb | jq -r '.[0].Config.Image')
183183
/opt/mssql-tools18/bin/sqlcmd
184184
-C

0 commit comments

Comments
 (0)