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 3d797b3 commit 22a5e40Copy full SHA for 22a5e40
.github/workflows/ci.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: archive test results
64
if: failure()
65
shell: bash
66
- run: find . -type d -name test-results | tar -czf test-results.tar.gz --exclude='*-retry*' --files-from=-
+ run: find packages -type d -name test-results -not -empty | tar -czf test-results.tar.gz --exclude='*-retry*' --files-from=-
67
- name: Upload failed tests screenshots
68
69
uses: actions/upload-artifact@v2
0 commit comments