Skip to content

Commit

Permalink
ci: Include hidden files when uploading artifacts (#33286)
Browse files Browse the repository at this point in the history
  • Loading branch information
tassoevan authored Sep 14, 2024
1 parent c4fd29e commit 2e10a45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/meteor-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,4 @@ runs:
name: build
path: /tmp/Rocket.Chat.tar.gz
overwrite: true
include-hidden-files: true
3 changes: 3 additions & 0 deletions .github/workflows/ci-test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ jobs:
with:
name: playwright-test-trace-${{ matrix.mongodb-version }}-${{ matrix.shard }}
path: ./apps/meteor/tests/e2e/.playwright*
include-hidden-files: true

- name: Show server logs if E2E test failed
if: failure()
Expand Down Expand Up @@ -326,10 +327,12 @@ jobs:
with:
name: e2e-api-ee-coverage-${{ matrix.mongodb-version }}-${{ matrix.shard }}
path: /tmp/coverage
include-hidden-files: true

- name: Store e2e-ee-coverage
if: inputs.type == 'ui' && inputs.release == 'ee'
uses: actions/upload-artifact@v4
with:
name: e2e-ee-coverage-${{ matrix.mongodb-version }}-${{ matrix.shard }}
path: ./apps/meteor/coverage*
include-hidden-files: true

0 comments on commit 2e10a45

Please sign in to comment.