Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .evergreen/functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ post:
target: src/all-e2e-logs.tgz
source_dir: src/packages/compass-e2e-tests/.log
include:
- "**"
- '**'
- command: s3.put
params:
<<: *save-artifact-params-private
Expand Down Expand Up @@ -303,7 +303,7 @@ functions:
echo "Running tests in Electron runtime"

# Preparing native addons for electron runtime
npm run --unsafe-perm electron-rebuild
DEBUG=electron-rebuild* npm run --unsafe-perm electron-rebuild

npm run --unsafe-perm test-ci-electron -- --stream

Expand Down
Loading
Loading