Skip to content

Commit 7c1627b

Browse files
author
Nick Craver
committed
Fix container path
1 parent 0b0fdf5 commit 7c1627b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
POSTGRES_DB: test
2525
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
2626
sqlserver:
27-
image: mcr.microsoft.com/mssql/server:2019-latest-ubuntu
27+
image: mcr.microsoft.com/mssql/server:2019-latest
2828
ports:
2929
- 1433/tcp
3030
env:

0 commit comments

Comments
 (0)