summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2022-03-17 18:31:34 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2022-05-03 21:27:48 +0200
commit47f492623444b7f089a40ca7665ead095a6fd648 (patch)
treeae781ec9d9dd0e12d66eae18ff6e3a005e569dc4
parent5553b8f12b12c93549f5c941bcc3dfef4b347d9d (diff)
redirect webserver logs
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--.github/workflows/api-integration-tests.yml2
1 files changed, 1 insertions, 1 deletions
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