Skip to content

Commit 7655997

Browse files
committed
log mac errors more
1 parent 33a27b7 commit 7655997

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,12 @@ jobs:
678678
- store_artifacts:
679679
path: /home/circleci/remix-project/apps/remixdesktop/logs/
680680
destination: logs
681+
- store_artifacts:
682+
path: /tmp/remix-desktop.log
683+
destination: remix-desktop.log
684+
- store_artifacts:
685+
path: /tmp/remix-desktop.error.log
686+
destination: remix-desktop.error.log
681687

682688
uploadartifacts:
683689
docker:

0 commit comments

Comments
 (0)