Skip to content
Snippets Groups Projects
Unverified Commit 2e10a451 authored by Tasso Evangelista's avatar Tasso Evangelista Committed by GitHub
Browse files

ci: Include hidden files when uploading artifacts (#33286)

parent c4fd29ee
Branches lingohub_language_rocketchat_update_2024-09-16Z
No related tags found
No related merge requests found
......@@ -133,3 +133,4 @@ runs:
name: build
path: /tmp/Rocket.Chat.tar.gz
overwrite: true
include-hidden-files: true
......@@ -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()
......@@ -326,6 +327,7 @@ 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'
......@@ -333,3 +335,4 @@ jobs:
with:
name: e2e-ee-coverage-${{ matrix.mongodb-version }}-${{ matrix.shard }}
path: ./apps/meteor/coverage*
include-hidden-files: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment