Skip to content

Commit

Permalink
Merge branch 'master' into revert-4657-juan-fernandez/test-vis-proper…
Browse files Browse the repository at this point in the history
…-log-collection
  • Loading branch information
juan-fernandez authored Sep 20, 2024
2 parents 9586343 + 9a17aec commit eb758d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ jobs:
runs-on: ubuntu-latest
services:
mssql:
image: mcr.microsoft.com/mssql/server:2017-latest-ubuntu
image: mcr.microsoft.com/mssql/server:2019-latest
env:
ACCEPT_EULA: 'Y'
SA_PASSWORD: DD_HUNTER2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export async function createAndStartServer (app) {
})

try {
await app.listen(0)
await app.listen({ port: 0 })
const address = app.server.address()
const port = address.port
process.send({ port })
Expand Down

0 comments on commit eb758d4

Please sign in to comment.