From 84ca0120f85555fff936ca81dd0901847cc63233 Mon Sep 17 00:00:00 2001 From: Dmitry Gozman Date: Thu, 13 Aug 2020 09:33:43 -0700 Subject: [PATCH] test: upload output from headful bots (#3439) --- .github/workflows/tests.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 39cc24c679fad..21ff4fbd1035a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -166,6 +166,11 @@ jobs: BROWSER: ${{ matrix.browser }} HEADLESS: "false" DEBUG_FILE: "testrun.log" + - uses: actions/upload-artifact@v1 + if: failure() + with: + name: headful-${{ matrix.browser }}-linux-output + path: test/output-${{ matrix.browser }} - uses: actions/upload-artifact@v1 if: ${{ always() }} with: