diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml index 54fa54a..54ac31c 100644 --- a/.github/workflows/api.yml +++ b/.github/workflows/api.yml @@ -39,6 +39,8 @@ jobs: npm install bin/sitespeed.js https://www.wikipedia.org -n 1 --api.hostname 127.0.0.1 --api.location default --headless --api.json - name: Display Server log + if: failure() || success() run: cat server.log - name: Display testrunner log + if: failure() || success() run: cat testrunner.log \ No newline at end of file diff --git a/.github/workflows/gui.yml b/.github/workflows/gui.yml index eba7faa..e4fd4c9 100644 --- a/.github/workflows/gui.yml +++ b/.github/workflows/gui.yml @@ -39,6 +39,8 @@ jobs: npm install bin/sitespeed.js ../test/addatest.mjs --multi -n 1 --headless - name: Display Server log + if: failure() || success() run: cat server.log - name: Display testrunner log + if: failure() || success() run: cat testrunner.log \ No newline at end of file