We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd690fb commit 6a78514Copy full SHA for 6a78514
.github/workflows/00_smoketest.yaml
@@ -7,10 +7,10 @@ on:
7
jobs:
8
linux:
9
name: Run LMS to see whether it crashes immediately...
10
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-22.04
11
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
14
15
- name: Run test
16
run: bash t/00_smoketest.sh
t/00_smoketest.sh
@@ -24,7 +24,7 @@ function finish {
24
}
25
trap finish EXIT
26
27
-./slimserver.pl --logfile=$SERVER_LOG &
+./slimserver.pl --logfile=$SERVER_LOG --nomysqueezebox &
28
NODE_PID=$!
29
30
wait_port $TIMEOUT || {
0 commit comments