From 7185c5415ec2e6555ec1c94337250141b91de2e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Tue, 19 Nov 2024 10:51:41 +0100 Subject: [PATCH] cat: tmp/pids/server.pid: No such file or directory --- .github/workflows/rubyonrails.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rubyonrails.yml b/.github/workflows/rubyonrails.yml index 9e84fd9e..60d29c6b 100644 --- a/.github/workflows/rubyonrails.yml +++ b/.github/workflows/rubyonrails.yml @@ -159,7 +159,7 @@ jobs: bundle exec rails server -u webrick -e test -d sleep 5 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 env: TESTS: "basic copymove props"