Skip to content

Commit 22a5e40

Browse files
authored
ci: remove ./packages from archive tar hierachy and omit empty results (#3953)
1 parent 3d797b3 commit 22a5e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: archive test results
6464
if: failure()
6565
shell: bash
66-
run: find . -type d -name test-results | tar -czf test-results.tar.gz --exclude='*-retry*' --files-from=-
66+
run: find packages -type d -name test-results -not -empty | tar -czf test-results.tar.gz --exclude='*-retry*' --files-from=-
6767
- name: Upload failed tests screenshots
6868
if: failure()
6969
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)