We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b53b06 commit e6b6b7fCopy full SHA for e6b6b7f
.github/workflows/coder.yaml
@@ -661,6 +661,14 @@ jobs:
661
DEBUG: pw:api
662
working-directory: site
663
664
+ - name: Upload Playwright Failed Tests
665
+ if: always() && github.actor != 'dependabot[bot]' && runner.os == 'Linux' && !github.event.pull_request.head.repo.fork
666
+ uses: actions/upload-artifact@v3
667
+ with:
668
+ name: failed-test-videos
669
+ path: ./site/test-results/**/*.webm
670
+ retention:days: 7
671
+
672
- name: Upload DataDog Trace
673
if: always() && github.actor != 'dependabot[bot]' && runner.os == 'Linux' && !github.event.pull_request.head.repo.fork
674
env:
0 commit comments