mirror of
https://github.com/microsoft/playwright.git
synced 2025-01-07 11:46:42 +03:00
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 New Issue
Block a user