From bc6b853cb19d6ae8fe8634ffa0d02e18fa4be581 Mon Sep 17 00:00:00 2001 From: Michael Herger Date: Wed, 26 Oct 2022 06:49:18 +0200 Subject: [PATCH] Update Smoketest workflow actions And disable MySB integration --- .github/workflows/00_smoketest.yaml | 7 +++++-- t/00_smoketest.sh | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/00_smoketest.yaml b/.github/workflows/00_smoketest.yaml index e26118894d9..407e0a16ee8 100644 --- a/.github/workflows/00_smoketest.yaml +++ b/.github/workflows/00_smoketest.yaml @@ -7,10 +7,13 @@ on: jobs: linux: name: Run LMS to see whether it crashes immediately... - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 + + - name: Install depedencies + run: sudo apt-get install -y libio-socket-ssl-perl libnet-ssleay-perl - name: Run test run: bash t/00_smoketest.sh diff --git a/t/00_smoketest.sh b/t/00_smoketest.sh index d95615f53cc..b39adc5c69e 100755 --- a/t/00_smoketest.sh +++ b/t/00_smoketest.sh @@ -24,7 +24,7 @@ function finish { } trap finish EXIT -./slimserver.pl --logfile=$SERVER_LOG & +./slimserver.pl --logfile=$SERVER_LOG --nomysqueezebox & NODE_PID=$! wait_port $TIMEOUT || {