Skip to content

Commit

Permalink
Update Smoketest workflow actions
Browse files Browse the repository at this point in the history
And disable MySB integration
  • Loading branch information
mherger committed Oct 26, 2022
1 parent bd690fb commit bc6b853
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/00_smoketest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion t/00_smoketest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 || {
Expand Down

0 comments on commit bc6b853

Please sign in to comment.