Skip to content

Commit 6a78514

Browse files
committed
Update Smoketest workflow actions
And disable MySB integration
1 parent bd690fb commit 6a78514

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/00_smoketest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ on:
77
jobs:
88
linux:
99
name: Run LMS to see whether it crashes immediately...
10-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-22.04
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414

1515
- name: Run test
1616
run: bash t/00_smoketest.sh

t/00_smoketest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function finish {
2424
}
2525
trap finish EXIT
2626

27-
./slimserver.pl --logfile=$SERVER_LOG &
27+
./slimserver.pl --logfile=$SERVER_LOG --nomysqueezebox &
2828
NODE_PID=$!
2929

3030
wait_port $TIMEOUT || {

0 commit comments

Comments
 (0)