Skip to content

Commit

Permalink
test: upload output from headful bots (#3439)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgozman authored Aug 13, 2020
1 parent 68e6ab8 commit 84ca012
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 84ca012

Please sign in to comment.