test: upload output from headful bots (#3439)

This commit is contained in:
Dmitry Gozman 2020-08-13 09:33:43 -07:00 committed by GitHub
parent 68e6ab888c
commit 84ca0120f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: