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 6a78514
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/00_smoketest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ 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: 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 6a78514

Please sign in to comment.