cat: tmp/pids/server.pid: No such file or directory
This commit is contained in:
parent
28a406ed05
commit
7185c5415e
2
.github/workflows/rubyonrails.yml
vendored
2
.github/workflows/rubyonrails.yml
vendored
@ -159,7 +159,7 @@ jobs:
|
|||||||
bundle exec rails server -u webrick -e test -d
|
bundle exec rails server -u webrick -e test -d
|
||||||
sleep 5
|
sleep 5
|
||||||
litmus http://localhost:3000/dmsf/webdav/dmsf_test_project admin admin
|
litmus http://localhost:3000/dmsf/webdav/dmsf_test_project admin admin
|
||||||
kill `cat tmp/pids/server.pid`
|
kill $(pgrep -f webrick)
|
||||||
bundle exec rake redmine:dmsf_webdav_test_off
|
bundle exec rake redmine:dmsf_webdav_test_off
|
||||||
env:
|
env:
|
||||||
TESTS: "basic copymove props"
|
TESTS: "basic copymove props"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user