Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rocket.Chat
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RocketChat
Rocket.Chat
Commits
2e10a451
Unverified
Commit
2e10a451
authored
7 months ago
by
Tasso Evangelista
Committed by
GitHub
7 months ago
Browse files
Options
Downloads
Patches
Plain Diff
ci: Include hidden files when uploading artifacts (#33286)
parent
c4fd29ee
Branches
lingohub_language_rocketchat_update_2024-09-16Z
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/actions/meteor-build/action.yml
+1
-0
1 addition, 0 deletions
.github/actions/meteor-build/action.yml
.github/workflows/ci-test-e2e.yml
+3
-0
3 additions, 0 deletions
.github/workflows/ci-test-e2e.yml
with
4 additions
and
0 deletions
.github/actions/meteor-build/action.yml
+
1
−
0
View file @
2e10a451
...
...
@@ -133,3 +133,4 @@ runs:
name
:
build
path
:
/tmp/Rocket.Chat.tar.gz
overwrite
:
true
include-hidden-files
:
true
This diff is collapsed.
Click to expand it.
.github/workflows/ci-test-e2e.yml
+
3
−
0
View file @
2e10a451
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment