From 47f492623444b7f089a40ca7665ead095a6fd648 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Thu, 17 Mar 2022 18:31:34 +0100 Subject: redirect webserver logs Signed-off-by: Benjamin Brahmer --- .github/workflows/api-integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api-integration-tests.yml b/.github/workflows/api-integration-tests.yml index a10c2488c..2dabf30ae 100644 --- a/.github/workflows/api-integration-tests.yml +++ b/.github/workflows/api-integration-tests.yml @@ -113,7 +113,7 @@ jobs: - name: run api test working-directory: ../server run: | - php -S localhost:8080 > /tmp/webserver.log & + php -S localhost:8080 &> /tmp/webserver.log & sleep 2 bats apps/news/tests/api -- cgit v1.2.3