test: upload output from headful bots (#3439)
This commit is contained in:
parent
68e6ab888c
commit
84ca0120f8
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
|
|
@ -166,6 +166,11 @@ jobs:
|
||||||
BROWSER: ${{ matrix.browser }}
|
BROWSER: ${{ matrix.browser }}
|
||||||
HEADLESS: "false"
|
HEADLESS: "false"
|
||||||
DEBUG_FILE: "testrun.log"
|
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
|
- uses: actions/upload-artifact@v1
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue