We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f479646 commit 33a80f7Copy full SHA for 33a80f7
1 file changed
.circleci/config.yml
@@ -43,6 +43,17 @@ jobs:
43
path: dummy-artifact.zip
44
destination: dummy-large-file
45
46
+ - run:
47
+ name: Generate /tmp/artifacts folder with sample files
48
+ command: |
49
+ mkdir -p /tmp/artifacts
50
+ echo "Sample report content" > /tmp/artifacts/report1.txt
51
+ echo "Another report content" > /tmp/artifacts/report2.txt
52
+
53
+ - store_artifacts:
54
+ path: /tmp/artifacts
55
+ destination: additional-artifacts-folder
56
57
- codecov/upload
58
59
- setup_remote_docker
0 commit comments