From a4c782c8b4e79709c07e9a73faef738032e20071 Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Wed, 6 Sep 2023 13:09:41 -0400 Subject: [PATCH] also upload logs when system tests fail (#3009) --- .github/workflows/tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index aebfde03f3..8734faa110 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -78,8 +78,10 @@ jobs: if: failure() uses: actions/upload-artifact@v3 with: - name: system-test-failures - path: apps/dashboard/tmp/screenshots/*.png + name: system-test-failures-{{ matrix.ruby }} + path: | + apps/dashboard/tmp/screenshots/*.png + apps/dashboard/log/test.log k8s-tests: runs-on: ubuntu-latest